FTP file uploader avatar

FTP file uploader

Try for free

No credit card required

View all Actors
FTP file uploader

FTP file uploader

petr_cermak/ftp-upload
Try for free

No credit card required

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

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

Input example:

1{ 
2    "host": "ftp.pexample.com",
3    "port": 21,                             // optional, default: 21 
4    "folder": "my-folder/data",             // optional, default: "/"
5    "username": "test-user",
6    "password": "strong-password",
7    "fileUrls": [
8        "https://example.com/file-1.pdf",
9        "https://example.com/file-2.pdf",
10    ]
11}
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • 84% runs succeeded

  • Created in Aug 2021

  • Modified 2 years ago