Using background queue parallel transfers via scripting or other options
I am building a script that will go out and pull / delete all the files on the remote endpoint that were posted that day. It usually somewhere around 40,000 files no larger then a couple MB. When I run this in the GUI, I can use the 8 threads queue setting to make the download go much faster, however when I pass this queue setting as a raw setting it doesn't seem to do anything. What are my options here? I have no issues with doing PowerShell if it can be accomplished that way. I would like to have like 8 download threads at a time. If my current in-progress WinSCP script has something like
Can I just run the same
The data is structure like.
get -delete *
winscp.com
commandline in parallel 8 times to achieve the same effect?
The data is structure like.
\<timestamped_folder_name> - all the files \<another_folder_name> - lots more files