Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peter279k/ubuntu-curl-sftp

The cURL command with SFTP support on Ubuntu 18.04
https://github.com/peter279k/ubuntu-curl-sftp

curl docker-image git-ftp sftp-access ubuntu1804

Last synced: 7 days ago
JSON representation

The cURL command with SFTP support on Ubuntu 18.04

Awesome Lists containing this project

README

        

# ubuntu-curl-sftp
![CI build](https://github.com/peter279k/ubuntu-curl-sftp/workflows/CI%20build/badge.svg?branch=master)
# Introduction

This is the Docker image with cURL command and it includes `SFTP` support on Ubuntu 18.04.

# Usage

Here is the sample code to build the Docker image:

```Bash
docker build -t ubuntu-curl-sftp .
```