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", ] }
Developer
Maintained by Community
Actor stats
- 5 users
- 6.9k runs
- Modified about 1 year ago
Categories