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: 6 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T07:20:57.000Z (over 5 years ago)
- Last Synced: 2025-02-10T06:42:10.652Z (8 months 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

# 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 .
```