name | Not used. Reserved for future use. |
sessioninfo | Document List Information about the current FTP sessions. Each document in sessioninfo represents a single session and contains the following information: | |
Key | Description | |
serverhost | String Name or IP address of the FTP server. | |
serverport | String Port number on which the FTP server listens for requests. | |
dataport | String Listener port of the data transfer channel used by this session. | |
username | String User logged on to FTP server. | |
password | String Password for the FTP user specified in username. | |
account | String Conditional. The user name for an account on the FTP server. The account is defined in the FTP protocol to further identify the user that is identified by the username and password input variables. | |
transfertype | String Data transfer mode (passive or active) used by this session. | |
encoding | String Conditional. IANA character set used by this session. If encoding is not returned, the encoding was not explicitly set and the default JVM encoding is in effect. |