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

martin

We currently have these examples available only. Use the C# example, if you want that functionality.
Constantine

how can i get all files and all folders in this script?
I only download files that are in the root of the directory. other file folders are not downloaded.
Constantine

how to put more streams?

Hi, how can I put more concurrent downloads from FTP server? I suspect that all my files are downloaded in turn by one stream

cd "D:\!WinSCP"
winscp.com /command ^
    "open ftp://login:pass@8.8.8.8" ^
    "get /* %fold%\%curdate%\" ^
exit



thx