View Single Post
Old 11-16-2009, 02:18 PM  
paul-dancey
Junior Member
 
Join Date: Jul 2005
Posts: 2
Default

Thanks for the reply. Fair point.

I've now downloaded filezilla and tried with that and successfully uploaded a 4.6mb file.

I then tried uploading the same file with Flashxp and when it reached around 2meg I got transfer failed followed by disconnected. I've pasted the full log below with the sensitive bits removed:

WinSock 2.0 -- OpenSSL 0.9.8i 15 Sep 2008
[R] Connecting to xxx -> DNS=xxx IP=xxxx PORT=21
[R] Connected to xxxxx
[R] 220---------- Welcome to Pure-FTPd [TLS] ----------
[R] 220-You are user number 1 of 25 allowed.
[R] 220-Local time is now 18:45. Server port: 21.
[R] 220-This is a private system - No anonymous login
[R] 220 You will be disconnected after 15 minutes of inactivity.
[R] USER bhpadmin
[R] 331 User xxxxx OK. Password required
[R] PASS (hidden)
[R] 230-User xxxx has group access to: xxxx
[R] 230 OK. Current restricted directory is /
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions supported:
[R] EPRT
[R] IDLE
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNI X.gid*;unique*;
[R] MLSD
[R] ESTP
[R] PASV
[R] EPSV
[R] SPSV
[R] ESTA
[R] AUTH TLS
[R] PBSZ
[R] PROT
[R] 211 End.
[R] CWD /public_html
[R] 250 OK. Current directory is /public_html
[R] PWD
[R] 257 "/public_html" is your current location
[R] TYPE A
[R] 200 TYPE is now ASCII
[R] PASV
[R] 227 Entering Passive Mode (xxxxxx)
[R] Opening data connection IP: xxxxx PORT: 30015
[R] MLSD
[R] 150 Accepted data connection
[R] 226-Options: -a -l
[R] 226 43 matches total
[R] List Complete: 4 KB in 0.25 seconds (19.3 KB/s)
[R] CWD pdf
[R] 250 OK. Current directory is /public_html/pdf
[R] PWD
[R] 257 "/public_html/pdf" is your current location
[R] PASV
[R] 227 Entering Passive Mode (xxxxx)
[R] Opening data connection IP: xxxxx PORT: 30008
[R] MLSD
[R] 150 Accepted data connection
[R] 226-Options: -a -l
[R] 226 102 matches total
[R] List Complete: 12 KB in 0.34 seconds (37.1 KB/s)
[R] CDUP
[R] 250 OK. Current directory is /public_html
[R] PWD
[R] 257 "/public_html" is your current location
[R] PASV
[R] 227 Entering Passive Mode (xxxxxx)
[R] Opening data connection IP: xxxxx PORT: 30025
[R] MLSD
[R] 150 Accepted data connection
[R] 226-Options: -a -l
[R] 226 43 matches total
[R] List Complete: 4 KB in 0.25 seconds (19.3 KB/s)
[R] TYPE I
[R] 200 TYPE is now 8-bit binary
[R] PASV
[R] 227 Entering Passive Mode (xxxxx)
[R] Opening data connection IP: 83.223.99.241 PORT: 30035
[R] STOR xxxxx.pdf
[R] 150 Accepted data connection
[R] Transfer Failed!
[R] Connection lost: xxxx
[R] Attempting to Reconnect.
[R] Connecting to xxxxx -> DNS=ftp.xxxx IP=xxxx PORT=21 (attempt # 1)
[R] Connected to xxxxx
[R] 220---------- Welcome to Pure-FTPd [TLS] ----------
[R] 220-You are user number 1 of 25 allowed.
[R] 220-Local time is now 18:46. Server port: 21.
[R] 220-This is a private system - No anonymous login
[R] 220 You will be disconnected after 15 minutes of inactivity.
[R] USER xxxxx
[R] 331 User xxxxx OK. Password required
[R] PASS (hidden)
[R] 230-User xxxx has group access to: xxxxx
[R] 230 OK. Current restricted directory is /
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions supported:
[R] EPRT
[R] IDLE
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNI X.gid*;unique*;
[R] MLSD
[R] ESTP
[R] PASV
[R] EPSV
[R] SPSV
[R] ESTA
[R] AUTH TLS
[R] PBSZ
[R] PROT
[R] 211 End.
[R] CWD /public_html
[R] 250 OK. Current directory is /public_html
[R] PWD
[R] 257 "/public_html" is your current location
[R] TYPE A
[R] 200 TYPE is now ASCII
[R] PASV
[R] 227 Entering Passive Mode (xxxx)
[R] Opening data connection IP: xxxxx PORT: 30025
[R] MLSD
[R] 150 Accepted data connection
[R] 226-Options: -a -l
[R] 226 43 matches total
[R] List Complete: 4 KB in 0.30 seconds (16.2 KB/s)
[R] TYPE I
[R] 200 TYPE is now 8-bit binary
[R] TYPE A
[R] 200 TYPE is now ASCII
[R] PASV
[R] 227 Entering Passive Mode (xxxxx)
[R] Opening data connection IP: xxxxx PORT: 30044
[R] MLSD
[R] 150 Accepted data connection
[R] 226-Options: -a -l
[R] 226 43 matches total
[R] List Complete: 4 KB in 0.25 seconds (19.3 KB/s)

Now the curious thing is that I then thought I'd try with the TLS option selected. I still received the Transfer failed message and disconnected when it was showing a bit over 2meg, but this time I had an additional error message:

[R] STOR xxxx.pdf
[R] 150 Accepted data connection
[R] 421 Timeout (no new data for 900 seconds)
[R] Transfer Failed!
[R] Connection lost: xxxxx
[R] Attempting to Reconnect.

Which seems odd as the % upload bar never really seems to stall.

I finally tried lowering the send buffer to 64k (it was 256k), but that had no effect.

The part file that shows as having been uploaded always seems to be 1.98meg.

It has to be something simple. But I blowed if I can spot it at the moment.

Paul
paul-dancey is offline