Number of connections not working?
Hi,
I'm working on Win8, 64b
I want to download several websites by ftp in the command line interface. So therefore I script first 1 site, if this is working well I will add the other 150 sites
So first I created a batch file:
md n:\backupftp\ithaka.im\public_html
winscp.exe /script="ithaka.txt" /ini=WinScp.ini /log=log.txt
Then the content of the script file
open ftp://xxxx:xxxxx@ftp.ithaka.im/domains/ithaka.im/public_html
lcd n:\backupftp\ithaka.im\public_html
get *.*
Everything is working good, but only with 1 connection. So I opened the GUI. Set I looked in the manuals and did:
Set transfer in background to yes
Enable que processing by default.
In the GUI interface it is working well. In the cmd line version not. I looked into the help sections, google etc etc but cannot find it.
Is the cmd line version supporting this or should I do something else? How to get it running with 8 connections....
For me it doesn't matter what kind of interface is displayed. As long as I can all command by script.
Any support will be appreciated.
I'm working on Win8, 64b
I want to download several websites by ftp in the command line interface. So therefore I script first 1 site, if this is working well I will add the other 150 sites
So first I created a batch file:
md n:\backupftp\ithaka.im\public_html
winscp.exe /script="ithaka.txt" /ini=WinScp.ini /log=log.txt
Then the content of the script file
open ftp://xxxx:xxxxx@ftp.ithaka.im/domains/ithaka.im/public_html
lcd n:\backupftp\ithaka.im\public_html
get *.*
Everything is working good, but only with 1 connection. So I opened the GUI. Set I looked in the manuals and did:
Set transfer in background to yes
Enable que processing by default.
In the GUI interface it is working well. In the cmd line version not. I looked into the help sections, google etc etc but cannot find it.
Is the cmd line version supporting this or should I do something else? How to get it running with 8 connections....
For me it doesn't matter what kind of interface is displayed. As long as I can all command by script.
Any support will be appreciated.