Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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: While downloading folders from Ftp server it should get download all folder in one zip

Do you want to ZIP files on the FTP server and then download? Or download the files individually and then ZIP locally?
There is no way to ZIP files on FTP server.
See https://stackoverflow.com/q/59190908/850848
shubhangi

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