FTP

Content for connection configurations

property namediscriptions
connection name Input a name to recognize connection settings.
host name[host] Input a host name or an IP address for connecting.
protocol[protocol] Select a protocol for connecting to FTP server.
FTP[ftp]Connect by the general FTP protocol(initial value).
SFTP[sftp]Connect by SFTP(SecureFTP) protocol
port number[port] Input listening port number.The initial value is 22.
It's necessary to specify a dedicated number for the port number (It's common to use 22, besides 11) when connect by SFTP protocol. Please specify it after having checked the actual port number .
passive mode[passivemode] Select whether to connect under the passive mode or not. It can't be used by SFTP protocol.
Yes[true]Connect under the passive mode (initial value)
No[false]Don't connect under the passive mode.
filename encoding (filenameencoding] Select the encoding type when enter the file name in Japanese. The initial value is shift_jis. It's can't be used by SFTP protocol.
username[user] Input an username for connecting.
password [password] Input a password for connecting.
time-out period(second)[timeout] Set a time-out period for the case of no response. The initial value is 60.
modify dynamically Select whether to enable it to modify the connection definition by DynamicConnection component while flow is running. Select "Yes" to enable it to select in the "connection" property of DynamicConnection component.
NoDon't enable it to modify.(initial value)
YesEnable it to modify.