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