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

ttian

script won't run

Hi Prikryl,

I have a script below, when I run it, it shows the site connects, and then stop there, which means the rest of commands won't run. I'm kind of stuck here.


winscp ftp://user:password@myftp.com /explicitssl
option batch abort
option confirm off
option transfer binary
put c:\test\*
close
exit



Please help! Thanks again!