Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

yes me too :roll:
i have install winscp 4.3.0
Lee

Can connect via GUI but not script

Hello

Details have been changed but here is my problem

Connect via GUI with details No problem.

But cannot connect via script

here is my script (Details have been changed)
option echo on
option batch on
option confirm on
open Lee:kingos123456789@12.345.67.891
cd /
put C:\outtest\*
close
exit

Connection is FTP no encryption.

Can someone please tell me where i might be going wrong with this?