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
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