While downloading folders from Ftp server it should get download all folder in one zip

Advertisement

shubhangi
Joined:
Posts:
1
Location:
Mumbai

While downloading folders from Ftp server it should get download all folder in one zip

While downloading bundle of folders from Ftp server it should get download all folder in one zip...Is it possible through batch script??

"C:\Program Files (x86)\WinSCP\WinSCP.com" ^
  /log="%Temp%\!S.log" /ini=nul ^
  /command ^
    "open ftp://dhananjai:123098@localhost/" ^
    "get -filemask="*>=1h" *.* <Local path>"

Reply with quote E-mail

Advertisement

Advertisement

You can post new topics in this forum