ftp vs sftp
I am running below. It uses sftp protocol and it is getting connected.
winscp.com /console /log /command "option batch abort" "option confirm off" "open uid1:pwd1@xxx.xx.xx.xxx"
But, when I run below (other server), It uses ftp protocol and it is NOT getting connected.
winscp.com /console /log /command "option batch abort" "option confirm off" "open uid2:pwd2@yyy.yy.yy.yyy"
Is something need to be specified , if it is ftp protocol in the above command?
winscp.com /console /log /command "option batch abort" "option confirm off" "open uid1:pwd1@xxx.xx.xx.xxx"
But, when I run below (other server), It uses ftp protocol and it is NOT getting connected.
winscp.com /console /log /command "option batch abort" "option confirm off" "open uid2:pwd2@yyy.yy.yy.yyy"
Is something need to be specified , if it is ftp protocol in the above command?