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

shingo00

Mirror FTP server with Main Folder

Good day,

I have created this script.
And it works well.
option batch on
option confirm off
option reconnecttime 30
open ftp://ga:abc@192.168.0.3:21
lcd "C:\Global"
put *
But the result is not as I wanted.

The main usage of this is to put "Global" folder into FTP server.
Can I know how what I need to change in order to Mirror FTP folder to "Global" folder?
Meaning if abc.txt is deleted from "Global" folder, FTP folder is also deleted.

Thank you in advance.

Regards,
Gary