FigT / ftp-singular-upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftp-singular-upload

This action uploads a single file to an FTP server.
this was meant for a private project


Inputs

Name Description Is Required?
host the hostname of the FTP server Yes
port the port of the FTP server - default value is 21 No
user the username to use for connecting to the FTP server Yes
pass the password to use for connecting to the FTP server Yes
file the path of the file to upload Yes
remotePath the path on the server to upload the file to Yes
secure whether to use FTP (false) or FTPS (true) - default value is false No

Outputs

response

the FTP response message including the status code.


About


Languages

Language:JavaScript 100.0%