View Single Post
Old 12-13-2006, 10:50 AM  
stevec4
Junior Member
 
Join Date: Jul 2005
Posts: 1
Default

I am curious about this as well, for some reason FlashFXP hangs after every file is uploaded (on my webserver only it seems).

I have tried PASV and PORT with the same rsults

Code:
[R] TYPE I
[R] 200 TYPE is now 8-bit binary
[R] PORT 192,168,1,103,4,46
[R] 200 PORT command successful
[R] STOR topics_row_box.tpl
[R] 150 Connecting to port 39704
[R] 226-File successfully transferred
[R] 226 0.300 seconds (measured here), 22.06 Kbytes per second
Transferred: topics_row_box.tpl 6 KB in 32.70 seconds (0.2 KB/s)
[R] TYPE A
[R] 200 TYPE is now ASCII
[R] STAT -la
[R] List Complete: 6 KB in 0.41 seconds (15.6 KB/s)
Transfer queue completed
Transferred 1 file totaling 6 KB in 36.36 seconds (0.2 KB/s)
[R] TYPE I
Code:
[R] TYPE I
[R] 200 TYPE is now 8-bit binary
[R] PASV
[R] 227 Entering Passive Mode (72,22,85,6,**)
[R] Opening data connection IP: 72.22.85.6, PORT: 8204
[R] STOR topics_row_box.tpl
[R] 150 Accepted data connection
[R] 226-File successfully transferred
[R] 226 0.291 seconds (measured here), 22.80 Kbytes per second
Transferred: topics_row_box.tpl 6 KB in 18.56 seconds (0.4 KB/s)
[R] TYPE A
[R] 200 TYPE is now ASCII
[R] PASV
[R] 227 Entering Passive Mode (72,22,85,6,**,**)
[R] Opening data connection IP: 72.22.85.6 PORT: 8117
[R] LIST -al
[R] 150 Accepted data connection
[R] 226-Options: -a -l 
[R] 226 90 matches total
[R] List Complete: 6 KB in 0.61 seconds (10.4 KB/s)
Transfer queue completed
Transferred 1 file totaling 6 KB in 35.59 seconds (0.4 KB/s)
System Environment
* FlashFXP v3.4 build 1145
* WinXP SP2
* 4096/1024 cable
* Local network is dlink, conncected to a swicth / router / Cable modem.
* Norton Anti-Virus

Don't mean to hijack the thread (just similar problem)

Steve

Last edited by stevec4; 12-13-2006 at 11:04 AM.
stevec4 is offline