Differences
This shows you the differences between the selected revisions of the page.
2014-01-29 | 2014-01-29 | ||
changed reply to FTP client call - forgotten: Host name, Port number, User Name, Private key file (Rainier_34) (hidden) | Restored revision 1387262891. Undoing revisions 1390987947, 1390988737. (martin) (hidden) | ||
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. | ||
- | Subject: changed access to FTP client. | + | ===== 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 used FTP client during about ten years and started it by calling: | + | ===== Example of Support Request for Scripting ===== |
- | D:\Installer\SSH-client-portable\winscp417.exe | + | > Subject: **Trouble setting server timeout via command line** |
- | + | > | |
- | I had only | + | > 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. |
- | to select: 1 of my 2 domains listed there | + | > |
- | and | + | > Here is the command line:\\ |
- | ···to enter a password. | + | > ''winscp.exe /console /script=test.txt /log=log.txt'' |
- | + | > | |
- | Today, for calling the FTP client suddenly the reply to my call has ben massively changed. | + | > Here is the script:\\ |
- | A complex field shows up with a menue: | + | > ''option batch abort''\\ |
- | ·············· | + | > ''option confirm off''\\ |
- | ·············-Session | + | > ''open sftp://user:pass@site -timeout=60''\\ |
- | ·············----Stored sessions | + | > ''option transfer binary''\\ |
- | ··············-Environment | + | > ''get *05152008*''\\ |
- | ··············----Diectories | + | > ''close''\\ |
- | ·············SSS | + | > ''exit'' |
- | ·············---- Preferences | + | > |
- | + | > After running the script I get following in console:\\ | |
- | Now the followig input is requested from me: | + | > ''batch ··········abort''\\ |
- | + | > ''confirm off''\\ | |
- | ·············Host name ······Port number | + | > ''Too many parameters for command 'open'.'' |
- | ·············User Name ···Password | + | > |
- | ··············Private key file | + | > Using WinSCP 4.0.7 on Windows 2000. |
- | ·············Protocol | + | |
- | + | ||
- | After about 10 years I forgot all this data except the password. | + | |
- | + | ||
- | I need your help. | + | |
- | + | ||
- | Greetings from | + | |
- | + | ||
- | Prof. Dr.-Ing. Reiner Hartenstein | + | |
- | http://hartenstein.de | + | |
- | http://helios.informatik.uni-kl.de/staff/Hartenstein.html | + | |