FTP file uploader avatar
FTP file uploader

Pricing

Pay per usage

Go to Store
FTP file uploader

FTP file uploader

Developed by

Petr Cermak

Petr Cermak

Maintained by Community

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

0.0 (0)

Pricing

Pay per usage

0

Total users

7

Monthly users

2

Last modified

3 years ago

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",
]
}