Skip to content

FigT/ftp-singular-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published