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

martin

Re: having probs with scripting

Use backslashes for local path.
tivekro

having probs with scripting

I want to save a local directory to a ftp-Server.
so, using this commands:

option batch abort
option confirm off
open username:password@domain.com
cd /private/sic
put G:/Serverdaten/STIWIN/STIWIN-3/*.* /private/sic/STIsave
exit

but it doesnt work !