You are not logged in.

#1 2006-02-11 22:27:55

MAC!EK
Member
Registered: 2005-09-27
Posts: 267

Remote write failed - ncftp

I'm tryin to send a file to FTP server using ncftp.
1. I run ncftp
2. bookmarks and select the server from my list
3. put ./*
4. Select to resume transfer..
5. The transfer starts with speed about 100KB/s and then drops to about 50, 40... 20.. 10.. and 500B/s 490B/s and when reaches 100B/s shows this error:
put ./*: socket write error.
This is the track file from ncftp:

22:50:47  Selected bookmark from editor: [ftp_from_my_bookmark]
22:50:47  Cmd: QUIT
22:50:47  221: Goodbye.
22:50:47  Resolving some.ftp.com...
22:50:47  Connecting to 1.1.1.2...
22:50:47  LibNcFTP 3.1.9 (March 19, 2005) compiled for linux-x86
22:50:47  Uname: Linux|Komp_607|2.6.15-ARCH|#1 SMP PREEMPT Wed Feb 8 16:38:12 CET 2006|i686
22:50:47  Glibc: 2.3.5 (development)
22:50:47  Logging in...
22:50:47  220: some.ftp.com server
22:50:47  Connected to 1.1.1.2.
22:50:47  Cmd: USER myuser
22:50:47  331: Password required for myuser.
22:50:47  Cmd: PASS xxxxxxxx
22:50:47  Logging in...
22:50:47  230: User myuser logged in.
22:50:47  Cmd: PWD
22:50:47  257: "/" is current directory.
22:50:47  Logged in to 1.1.1.2 as myuser.
22:50:47  Cmd: FEAT
22:50:48  211: Features:
22:50:48        MDTM
22:50:48        REST STREAM
22:50:48        SIZE
22:50:48       End
22:50:48  Cmd: HELP SITE
22:50:48  214: HELP
22:50:48        CHGRP
22:50:48       CHMOD
22:50:48  Logged in to some.ftp.com.
22:50:48  Cmd: CWD miss
22:50:48  250: CWD command successful
22:50:48  Current remote directory is /miss.
22:50:48  Cmd: CLNT NcFTP 3.1.9 linux-x86
22:50:48  500: CLNT not understood
22:50:50  > put ./*

22:50:50    Lglob [./miss.avi]
22:50:50  Cmd: TYPE I
22:50:50  200: Type set to I
22:50:50  Cmd: MLST miss.avi
22:50:50  500: MLST not understood
22:50:50  Cmd: SIZE miss.avi
22:50:50  213: 634165048
22:50:50  Cmd: MDTM miss.avi
22:50:50  213: 20060209161914
22:50:53  Cmd: PASV
22:50:53  227: Entering Passive Mode (217,153,49,187,216,132).
22:50:53  Cmd: REST 634165048
22:50:53  350: Restarting at 634165048. Send STORE or RETRIEVE to initiate transfer
22:50:53  Cmd: STOR miss.avi
22:50:53  150: Opening BINARY mode data connection for miss.avi
23:06:46  Remote write failed: Przekroczony czas oczekiwania na połączenie.
23:09:01  Could not read reply from control connection -- timed out.


EDIT:
Today I figured out that it only happens when i want to resume puting the file.

Offline

Board footer

Powered by FluxBB