This activity checks if a file exists or not in an FTP archive.
Set this to True to switch to a TLS encrypted channel. If this property is set, the port typically remains at it's default (21) and the Ssl property should *not* be set. When AuthTls is used, all control and data transmissions are encrypted.
Connect using passive mode.
The port on the remote server where the FTP service is hosted. 21 is default for FTP and 22 is default for SFTP.
Set this to true to switch to a SSL encrypted channel. If this property is set, the port typically remains at it's default (21) and the AuthTls property should *not* be set. When Ssl is used, all control and data transmissions are encrypted.
Enable socks protpcol. SOCKS is an Internet protocol that exchanges network packets between a client and server through a proxy server.
The address of the remote server you want to connect to.
The password for the specified username.
A valid username for the remote server you want to connect to.
The remote path of the file you want to check.
The hostname of your FTP proxy, if a proxy server is used.
The proxy scheme used by your FTP proxy server.
The password for authenticating with the FTP proxy server.
If an FTP proxy server is used, this is the port number at which the proxy server is listening for connections.
The username for authenticating with the FTP proxy server.
Set to true if a proxy server is used.
The possible failure reasons are: 0 = success, Non-SSL socket fail reasons: 1 = empty hostname, 2 = DNS lookup failed, 3 = DNS timeout, 4 = Aborted by application, 5 = Internal failure, 6 = Connect Timed Out, 7 = Connect Rejected (or failed for some other reason). SSL failure reasons: 100 = Internal schannel error, 101 = Failed to create credentials, 102 = Failed to send initial message to proxy, 103 = Handshake failed, 104 = Failed to obtain remote certificate, 300 = asynch op in progress, 301 = login failure.
The result of the activity: true if the file exists.
Provides information in plain-text format about the last method/property called. If a method call returns a value indicating failure, or behaves unexpectedly, examine this property to get more information.
Set to true if you are connecting to an SFTP server.
The SOCKS hostname may be a domain name or IP address
The password for the socks specified userneme.
The port of your socks protocol. Default is 1080.
A valid username for your socks protoocl.
To use a SOCKS4 or SOCKS5 proxy. Set the SOCKS version to 4 or 5 based on the version of the SOCKS proxy server