6.2.1 • Published 1 year ago
ut-port-ftp v6.2.1
UT Port FTP
Used modules
Port configuration
protocol
(string) - communication protocol; possible values: 'ftp', 'sftp'; Default: 'ftp'client
(object) - connection configurationhost
(string) - host name of the ftp server; Default: 'localhost'port
(string, integer) - listening port of the ftp server; Default: 21secure
(bool/string) - encryption type, if false, the securityOptions will not be considered; possible values: 'control' for control connection encryption, 'implicit' for implicitly encrypted control connection, true for both, false for none; Default: falsesecureOptions
(object) - additional connection options; Default: (none)rejectUnauthorized
(boolean) - if false, denies the connection in case the certificate verification fails; Default: true (only if secure is not false)cert
(string) - certificate value, should include BEGIN and END tagskey
(string) - private key
username
(string) - username for authentication; Default: 'anonymous'password
(string) - password for authentication; Default: 'anonymous@'connTimeout
(integer) - milliseconds to wait for establishing control connection; Default: 10000pasvTimeout
(integer) - milliseconds to wait for establishing PASV data connection; Default: 10000keepalive
(integer) - milliseconds between dummy commands to keep the connection alive; Default: 10000
NOTE: The protocol and the presence and need of key and certificate depend on the server configuration !
Available commands
download
- download file through ftpupload
- upload file through ftpappend
- append data to file through ftp; message structure:- data (string) - data to be appended
- fileName (string) - relative path and name of the file on the ftp server to which the data will be appended
list
- list all files within a folder on a remote ftp serverremove
- remove a file through ftprename
- rename/move a file on a remote ftp server
6.2.1
1 year ago
6.2.0
2 years ago
6.1.2
3 years ago
6.1.0
3 years ago
6.1.1
3 years ago
6.0.0
4 years ago
6.0.0-port-split.1
4 years ago
6.0.0-port-split.0
4 years ago
5.8.0
5 years ago
5.7.2
5 years ago
5.7.1
6 years ago
5.7.0
6 years ago
5.6.2
6 years ago
5.6.1
6 years ago
5.6.0
6 years ago
5.6.0-rc-godfather.7
6 years ago
5.6.0-rc-godfather.6
6 years ago
5.6.0-rc-godfather.5
6 years ago
5.6.0-rc-godfather.4
6 years ago
5.6.0-rc-godfather.3
7 years ago
5.6.0-rc-godfather.2
7 years ago
5.6.0-rc-godfather.1
7 years ago
5.6.0-rc-godfather.0
7 years ago
6.1.0-rc-diesel.0
7 years ago
5.5.7
8 years ago
5.5.6
8 years ago
5.5.5
8 years ago
5.5.4
8 years ago
5.5.3
8 years ago
5.5.2
8 years ago
5.5.1
8 years ago
5.5.0
9 years ago
5.4.4
9 years ago
5.4.3
9 years ago