FTP file uploader avatar
FTP file uploader

Pricing

Pay per usage

Go to Apify Store
FTP file uploader

FTP file uploader

Performs a simple upload of an array of files to an FTP.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Petr Cermak

Petr Cermak

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

3 years ago

Last modified

Share

Performs a simple upload of an array of files to an FTP.

Input example:

{
"host": "ftp.pexample.com",
"port": 21, // optional, default: 21
"folder": "my-folder/data", // optional, default: "/"
"username": "test-user",
"password": "strong-password",
"fileUrls": [
"https://example.com/file-1.pdf",
"https://example.com/file-2.pdf",
]
}