Differences
This shows you the differences between the selected revisions of the page.
2010-05-12 | 2010-05-12 | ||
Issue with transfer time for the large size data (ipesin) (hidden) | Restored revision 1259187209. Undoing revisions 1273678478, 1273678584. (martin) (hidden) | ||
Line 18: | Line 18: | ||
[[this>../../forum/profile.php?mode=register|Register on the forum]] before you post. I may be able to deal with your issue only after some time, so I would appreciate if I have a contact to you. | [[this>../../forum/profile.php?mode=register|Register on the forum]] before you post. I may be able to deal with your issue only after some time, so I would appreciate if I have a contact to you. | ||
- | Subject: **Issue with transfer time for the large size data** | + | ===== Example of Bug Report ===== |
+ | > Subject: **Open session in new window** | ||
+ | > | ||
+ | > While session is opened and the main window is shown, hold //Shift// and click on a saved session (in //Session > Saved Sessions// menu) in subfolder in order to open the session in new window. | ||
+ | > It does not work. | ||
+ | > Instead error message pops up saying: "Host does not exist". | ||
+ | > | ||
+ | > Using WinSCP 4.1.4 with "Commander" interface on Windows XP SP3. | ||
+ | > | ||
+ | > It happens for any stored session in subfolder, regardless of protocol or server. So I'm not posting session log file as it seems irrelevant. | ||
+ | · | ||
- | I have to transfer 33gb (oracle dmp file) from one network box to another and it takes an extremely long time. So far I was able to transfer 19Gb that took more than 8 hours. | + | ===== Example of Support Request for Scripting ===== |
- | I'm trying to execute script that run by the .bat file. In the forum I found that SFTP takes speed Generally slowest (encryption and necessity to wait for packet confirmations). http://winscp.net/eng/docs/faq_slow | + | > Subject: **Trouble setting server timeout via command line** |
- | Are there any way to improve transfer performance? We are using 4.2.7(Build 758) version. In order to keep script running after the initialization I added -timeout=900 parameter | + | > |
- | + | > I have a client with a slow FTP server, it takes 25 seconds or so to connect. Whenever I attempt to add the ''-timeout=xxx'' switch to the end of my ''open'' command, WinSCP just bails out. No session log file is even created. If I remove the ''-timeout'' switch, it connects. | |
- | Following is the script example which is executed from the "host_server": | + | > |
- | --------------------------------------------------------------------------------------- | + | > Here is the command line:\\ |
- | option batch on | + | > ''winscp.exe /console /script=test.txt /log=log.txt'' |
- | open user:password@ipaddress -timeout=900 | + | > |
- | get 33GB_FILE.DMP "\\host_server\d$\Data\33GB_FILE.DMP" | + | > Here is the script:\\ |
- | close | + | > ''option batch on''\\ |
- | exit | + | > ''option confirm off''\\ |
+ | > ''open user:pass@site -timeout=60''\\ | ||
+ | > ''option transfer binary''\\ | ||
+ | > ''get *05152008*''\\ | ||
+ | > ''close''\\ | ||
+ | > ''exit'' | ||
+ | > | ||
+ | > After running the script I get following in console:\\ | ||
+ | > ''batch on''\\ | ||
+ | > ''confirm ········off''\\ | ||
+ | > ''Too many parameters for command 'open'.'' | ||
+ | > | ||
+ | > Using WinSCP 4.0.7 on Windows 2000. | ||