is WinSCP RFC 2228 compliant?
I need to write a script but requirements are that the client is RFC2228 compliant.
Is WinSCP compliant?
Is WinSCP compliant?
Advertisement
Advertisement
AUTH
(SSL
and TLS
), PROT
(always P
) and PBSZ
(always 0
).
ftps://
instead of sftp://
. Also, you are probably supposed to use explicit TLS, so add -explicittls
parameter. + There's no -hostkey
for FTPS.
Advertisement
WinSCP defaults to SFTP, so here you are connecting with SFTP again.I navigate into the following to test---
C:\WinSCP>WinSCP.com
winscp> open
Host: sftp site
Network error: Connection timed out.
winscp>
Sorry, I cannot help you to find out what protocol/hostname or port number you are supposed to use. Please ask your server administrator.Even when I changed the script to ftps and remove the hostkey and put -explicittls, it doesn't run.
frankly it can't even pass connecting to the site. is it b/c I'm using DOS to test?
Advertisement
You can post new topics in this forum