tomasbkk/FTP File Upload

Upload a file to FTP.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
userFTP Useryes
passwordFTP Passwordyes
hostFTP Hostnameyes
portFTP Hostnameno21
srcPath to file to uploadyes
destDestination file path on remote FTPyes
secure(boolean | "implicit") Explicit FTPS over TLS, default: false. Use "implicit" if you need support for legacy implicit FTPS.no
rejectUnauthorizedDefault is true. If false will allow unauthorized servers when using secure mode (such as servers using self-signed certificates)notrue
verboseDefault is false. If true verbose logging is used to debug the ftp connection and upload.no

no outputs