FTPS Methods of Invoking - Explicit Encryption
Hello Friends.
Sorry for my English, I speak Spanish.
I need to connect to a Server: FTP-Secure (with SSL – Explicit Encryption). Through the GUI, I can connect without problems, but as I can do it through command mode (using
For example, If my data was as follows:
* User: UsrName
* Password: UsrPassword
* IPServerFTPS: 12.120.168.14
* Port: 2100
The command string would be as follows:
Please help...
I'm using: WinSCP Version 4.3.2 and Windows 7 Professional.
Sorry for my English, I speak Spanish.
I need to connect to a Server: FTP-Secure (with SSL – Explicit Encryption). Through the GUI, I can connect without problems, but as I can do it through command mode (using
WinSCP.com
).
For example, If my data was as follows:
* User: UsrName
* Password: UsrPassword
* IPServerFTPS: 12.120.168.14
* Port: 2100
The command string would be as follows:
open ftps://UsrName:UsrPassword@12.120.168.14:2100 -explicitssl
I'm using: WinSCP Version 4.3.2 and Windows 7 Professional.