Go Back   FlashFXP Forums > > > >

General Discuss anything and everything related to FlashFXP

 
 
Thread Tools Display Modes
Old 12-12-2002, 01:58 PM   #1
evian
Junior Member
 
Join Date: Dec 2002
Posts: 4
Default Can anyone help me with this problem

Hi

I have recently downloaded a evaluation copy of Flashfxp ver. 1.4.3 and for some reasons it won't LIST the contents on an ACCOUNTED account (e.g. ftp://somene@123.123.12.3:21). However with PUBLIC FTP (e.g. ftp://123.124.3.12) it has no problem of listing it.
I'm behind the firewall (proxy) and have set the TYPE and HOST correctly. Proxy server Type = 10. USER ftp-user@ftp-host ftp-port. I've tried type 1-13 but only 10 work.

With passive mode I'll get this: (Doesn't work on PUBLIC FTP)

Connecting to 158.42.23.115 via Proxy
Connected to Proxy ftpgate Port 21
220-
220- Please give the remote host to which you wish to connect,
220- and the remote user name (often `anonymous') in the form
220-
220- user@host
220- e.g. anonymous@ftp.demon.co
220-
220- You will be prompted for any password that is required.
220-
220- Type `help' <ENTER> to get help
220- Type `quit' <ENTER> to leave the program
220
USER leoleo@158.42.23.115 8432
331-(----GATEWAY CONNECTED TO 158.42.23.115----)
331-(220 Serv-U FTP Server v4.0 for WinSock ready...)
331 User name okay, need password.
PASS (hidden)
230 User logged in, proceed.
SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100. Send STORE or RETRIEVE.
REST 0
350 Restarting at 0. Send STORE or RETRIEVE.
CWD /
250 Directory changed to /
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (161,76,9,4,222,189)
Data Socket Error: Network is unreachable


Without passive mode: (Work on Public FTP)

Connecting to 158.42.23.115 via Proxy
Connected to Proxy ftpgate Port 21
220-
220- Please give the remote host to which you wish to connect,
220- and the remote user name (often `anonymous') in the form
220-
220- user@host
220- e.g. anonymous@ftp.demon.co
220-
220- You will be prompted for any password that is required.
220-
220- Type `help' <ENTER> to get help
220- Type `quit' <ENTER> to leave the program
220
USER leoleo@158.42.23.115 8432
331-(----GATEWAY CONNECTED TO 158.42.23.115----)
331-(220 Serv-U FTP Server v4.0 for WinSock ready...)
331 User name okay, need password.
PASS (hidden)
230 User logged in, proceed.
SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100. Send STORE or RETRIEVE.
REST 0
350 Restarting at 0. Send STORE or RETRIEVE.
CWD /
250 Directory changed to /
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PORT 161,76,58,120,14,25
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
426 Data connection closed, transfer aborted.

Does anyone have a solution to this problem? Any suggestions are greatly appreciated.

evian
evian is offline  
Old 12-12-2002, 04:14 PM   #2
aCe2k
Member
FlashFXP Registered User
 
aCe2k's Avatar
 
Join Date: Jun 2002
Posts: 58
Default

PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PORT 192,168,1,12,12,188
200 PORT command successful.
LIST -al
150 Opening ASCII mode data connection for directory listing.

Se my highlighting?
1. Are u using an old version of FFXP ?
2. Is Serv-U configured correct mind you the " /bin/ls" command
aCe2k is offline  
Old 12-12-2002, 04:33 PM   #3
evian
Junior Member
 
Join Date: Dec 2002
Posts: 4
Default

thanks for replying

so what should I do.
should I update to a newer version?
will it work with the same setting.

I am trying to pass the LIST but it just won't do it.

please be more specific as I'm newbie to FTP/

thnaks again
evian is offline  
Old 12-12-2002, 08:34 PM   #4
aCe2k
Member
FlashFXP Registered User
 
aCe2k's Avatar
 
Join Date: Jun 2002
Posts: 58
Default

Backup your Sites.dat file and maybe FlashFXP.ini too (i never do the last one)

Just hit the update button on your Help menu..

- Help -> Check for newer versions...
- Download, v2.0 build 906 (current)
- Then hit Install Upgrade.

And your done.

If the Update featcher isn't working on your Evaluation APP, the full install of build 906 is located somewhere on this forum

- aCe2k
aCe2k is offline  
Old 12-12-2002, 09:20 PM   #5
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

You can download v2.0 from our website at http://www.flashfxp.com/download.php
bigstar is offline  
Old 12-14-2002, 07:39 AM   #6
evian
Junior Member
 
Join Date: Dec 2002
Posts: 4
Default

I download the lastest version (2.0 built 906) and tried it again, same thing happened.

250 Directory changed to /
PWD
257 "/" is current directory.
PORT 161,76,58,75,4,3
200 PORT Command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
426 Data connection closed, transfer aborted.

What are the primary seasons for [150 Opening ASCII mode data connection for /bin/ls.] failed to open?

thanks again

evian is offline  
Old 12-14-2002, 01:27 PM   #7
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

not all ftp proxies support active mode, have you tried passive mode?
bigstar is offline  
Old 12-15-2002, 07:15 PM   #8
aCe2k
Member
FlashFXP Registered User
 
aCe2k's Avatar
 
Join Date: Jun 2002
Posts: 58
Default

Hint, read his first post.
aCe2k is offline  
Old 12-15-2002, 07:22 PM   #9
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

I was asking if he tried passive mode with the newer build too. Since his example only showed active mode.
bigstar is offline  
Old 12-15-2002, 09:13 PM   #10
aCe2k
Member
FlashFXP Registered User
 
aCe2k's Avatar
 
Join Date: Jun 2002
Posts: 58
Default

Good point
aCe2k is offline  
Old 12-16-2002, 08:18 AM   #11
evian
Junior Member
 
Join Date: Dec 2002
Posts: 4
Default

Same thing, it doesn't work on passive mode either.

SYST
215 UNIX Type: L8
REST 100
350 Restarting at 100. Send STORE or RETRIEVE.
REST 0
350 Restarting at 0. Send STORE or RETRIEVE.
CWD /
250 Directory changed to /
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (161,76,9,4,222,189)
Data Socket Error: Network is unreachable
evian is offline  
 

Tags
220-, ftp, proxy, type, user

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash hangs during transfers slatts General Discussion 5 01-14-2005 07:50 PM


All times are GMT -5. The time now is 06:24 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)