FTP file uploader
No credit card required
FTP file uploader
No credit card required
Performs a simple upload of an array of files to an FTP.
You can access the FTP file uploader programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "port": 21,
3 "folder": "/",
4 "fileUrls": []
5}' |
6apify call petr_cermak/ftp-upload --silent --output-dataset
FTP file uploader API through CLI
The Apify CLI is the official tool that allows you to use FTP file uploader locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
2 monthly users
-
0 No stars yet
88% runs succeeded
Created in Aug 2021
Modified 2 years ago