Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peter279k/ubuntu-curl-sftp
- Owner: peter279k
- Created: 2020-06-15T05:23:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T07:20:57.000Z (over 4 years ago)
- Last Synced: 2024-10-09T03:41:20.176Z (28 days ago)
- Topics: curl, docker-image, git-ftp, sftp-access, ubuntu1804
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
# IntroductionThis 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 .
```