Differences
This shows you the differences between the selected revisions of the page.
2018-11-19 | 2019-04-05 | ||
there's no distinct Search Windows box anymore (martin) | updating example reports (martin) | ||
Line 17: | Line 17: | ||
[[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. | ||
+ | ===== Example of Bug Report ===== | ||
===== Example of Bug Report ===== | ===== Example of Bug Report ===== | ||
> Subject: **Open session in new window** | > 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. | + | > While a session is opened and the main window is shown, hold down the //Shift// key and click on a stored site ·(in //Session > Sites// menu) in a subfolder in order to open the session in a new window. |
> It does not work. | > It does not work. | ||
- | > Instead error message pops up saying: "Host does not exist". | + | > Instead, an error message pops up saying: //"Host does not exist"//. |
> | > | ||
- | > Using WinSCP 4.1.4 with "Commander" interface on Windows XP SP3. | + | > Using WinSCP 5.15 with "Commander" interface on Windows 10 1809. |
- | >· | + | > |
- | > 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. | + | > It happens for any stored site in a subfolder, regardless of a protocol or a server. So I'm not posting a session log file, as it seems irrelevant. |
- | |||
===== Example of Support Request for Scripting ===== | ===== Example of Support Request for Scripting ===== | ||
> Subject: **Trouble setting server timeout via command line** | > Subject: **Trouble setting server timeout via command line** | ||
Line 34: | Line 34: | ||
> 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. | > 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. | ||
> | > | ||
- | > Here is the command line:\\ | + | > Here is the command line:<code> |
- | > ''winscp.exe /console /script=test.txt /log=log.txt'' | + | winscp.exe /console /script=test.txt /log=log.txt |
+ | </code> | ||
> | > | ||
- | > Here is the script:\\ | + | > Here is the script:<code> |
- | > ''open sftp://user:pass@site/ -timeout=60''\\ | + | open sftp://user:pass@site/ -timeout=60 |
- | > ''option transfer binary''\\ | + | option transfer binary |
- | > ''get *05152008*''\\ | + | get *05152008* |
- | > ''close''\\ | + | close |
- | > ''exit'' | + | exit</code> |
> | > | ||
- | > After running the script I get following in console:\\ | + | > After running the script I get following in console:<code> |
- | > ''batch abort''\\ | + | batch abort |
- | > ''confirm off''\\ | + | confirm off |
- | > ''Too many parameters for command 'open'.'' | + | Too many parameters for command 'open'.</code> |
> | > | ||
- | > Using WinSCP 4.0.7 on Windows 2000. | + | > Using WinSCP 4.0.7 on Windows 7. |
> | > | ||
- | > Session log file is attached. | + | > A session log file is attached. |