Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

boyet-x

Sorry. should be no problem with the winscp I think. Our sys team informed me that there's some problem with granting some user rights. will update you later.

Thanks :D
martin

Re: Server closed network connection

Please compare log file of console and GUI.
boyet-x

Server closed network connection

Hi,

I'm new to winscp so I need your help with my problem..

I tried to run a console version of winscp using the command below.

----------------------
winscp [v_ftp_user]:[v_ftp_pass]@[v_ftp_host] /log="winscp.log" /console /command "option batch on" "option confirm off" "lcd [v_local_path]"
"option transfer ascii" "get [remote file]" "close" "exit"
-----------------------

A portion of the log is shown below.
===

! 2007-08-07 09:22:39.800 Authenticating with pre-entered password.
. 2007-08-07 09:22:39.810 Access granted
. 2007-08-07 09:22:39.830 Opened channel for session
. 2007-08-07 09:22:39.830 Started a shell/command
. 2007-08-07 09:22:39.830 --------------------------------------------------------------------------
. 2007-08-07 09:22:39.830 Using SFTP protocol.
. 2007-08-07 09:22:39.830 Doing startup conversation with host.
> 2007-08-07 09:22:39.830 Type: SSH_FXP_INIT, Size: 5, Number: -1
. 2007-08-07 09:22:39.860 Server sent command exit status 0
. 2007-08-07 09:22:39.860 All channels closed. Disconnecting
. 2007-08-07 09:22:39.860 Server closed network connection


Any explanation why the transfer didn't worked?
Also when using the winscp.exe directly, there's no transfer problem.
Im using v 3.8.2 (build 330).

Thanks a lot.