-
undoIT
Guest
Max Transfers
Advertisement
I set the background number of transfers to 9. In the queue I only see one transfer uploading. I'm wondering if this is working. Does the queue just show one file transfer even if 9 are being uploaded simultaneously?
Advertisement
-
martin◆
Site Admin - Joined:
- Posts:
- 41,504
- Location:
- Prague, Czechia
Re: Max Transfers
You probably do not understand how the queue works. There's always single transfer for a one batch transfer. If you want to transfer several files simultaneously, you must schedule that number of transfers.
- Guest
Re: Max Transfers
Let's say I'm uploading a directory with 20 image files and 15 HTML files. After adding the directory to the queue, I'd expect that 9 of the contained files would be transferred simultaneously. Can I actually see 9 files being uploaded in the queue? Do I have to drag and drop each new file or directory in order to start a new batch transfer so that more than one file will be uploaded at the same time?
-
martin◆
Site Admin - Joined:
- Posts:
- 41,504
- Location:
- Prague, Czechia
Re: Max Transfers
That's the only way. Anyway most SSH server does not allow you that many simultanous connection. And remember that opening session over SSH is costly (comparing to FTP).Let's say I'm uploading a directory with 20 image files and 15 HTML files. After adding the directory to the queue, I'd expect that 9 of the contained files would be transferred simultaneously. Can I actually see 9 files being uploaded in the queue? Do I have to drag and drop each new file or directory in order to start a new batch transfer so that more than one file will be uploaded at the same time?
-
TonyR
Guest
I need HELP with the Max Transfer functionality in WinSCP.
Running WinSCP.com (command line only) script to upload a directory containing numerous subdirectories and files.
Expecting to see up to 9 simultaneous uploads occurring while monitoring the FTP server on a separate connection but only see 1 file Transfer at a time.
Would like to get Max Transfer working where up to 9 simultaneous uploads are occurring.
script looks like this
option batch on
option confirm off
option binary
open ftp://user:pwd@host:21
cd backup
mkdir backup_20080108_061022
cd backup_20080108_061022
option transfer binary
put C:\backup_20080108_061022\*.*
exit
Running WinSCP.com (command line only) script to upload a directory containing numerous subdirectories and files.
Expecting to see up to 9 simultaneous uploads occurring while monitoring the FTP server on a separate connection but only see 1 file Transfer at a time.
Would like to get Max Transfer working where up to 9 simultaneous uploads are occurring.
script looks like this
option batch on
option confirm off
option binary
open ftp://user:pwd@host:21
cd backup
mkdir backup_20080108_061022
cd backup_20080108_061022
option transfer binary
put C:\backup_20080108_061022\*.*
exit
Advertisement
-
martin◆
Site Admin
Background/simultaneous transfers are not supported in scripting.Would like to get Max Transfer working where up to 9 simultaneous uploads are occurring.
- jadiagaurang
- Joined:
- Posts:
- 4
- Location:
- Los Angeles, CA
Simultaneously Upload Supported?
I am using WinSCP 5.9.3 (Build 7136) for automating FTP Transfer. Do we support simultaneously transfer in mentioned version?
-
martin◆
Site Admin - Joined:
- Posts:
- 41,504
- Location:
- Prague, Czechia
Re: Simultaneously Upload Supported?
No. But you can implement it on your own:I am using WinSCP 5.9.3 (Build 7136) for automating FTP Transfer. Do we support simultaneously transfer in mentioned version?
https://winscp.net/eng/docs/library_example_parallel_transfers
- jadiagaurang
- Joined:
- Posts:
- 4
- Location:
- Los Angeles, CA
Re: Simultaneously Upload Supported?
No. But you can implement it on your own:I am using WinSCP 5.9.3 (Build 7136) for automating FTP Transfer. Do we support simultaneously transfer in mentioned version?
https://winscp.net/eng/docs/library_example_parallel_transfers
I am trying to upload files with 3 to 5 files in a batch. Do I need to use Power Shell Scripts or I can write EXE in C# as well? Can you kindly provide Upload Example?
Advertisement
-
martin◆
Site Admin
Re: Simultaneously Upload Supported?
Sure you can write a C# code too.
I may add a C# example later.
I may add a C# example later.
- jadiagaurang
- Joined:
- Posts:
- 4
- Location:
- Los Angeles, CA
Re: Simultaneously Upload Supported?
Sure you can write a C# code too.
I may add a C# example later.
Can I set simultaneous Upload (1~10) in Filezilla and use following command to utilize the filezilla client?
open -filezilla "My Site"
-
martin◆
Site Admin - Joined:
- Posts:
- 41,504
- Location:
- Prague, Czechia
Re: Simultaneously Upload Supported?
This is not a support forum for FileZilla.Sure you can write a C# code too.
I may add a C# example later.
Can I set simultaneous Upload (1~10) in Filezilla and use following command to utilize the filezilla client?
open -filezilla "My Site"
Anyway, FileZilla does not support any kind of automation.
See https://superuser.com/q/709740/213663
-
martin◆
Site Admin
Re: Simultaneously Upload Supported?
I have added the C# example:
https://winscp.net/eng/docs/library_example_parallel_transfers#download_csharp
https://winscp.net/eng/docs/library_example_parallel_transfers#download_csharp
Advertisement
You can post new topics in this forum