OS X.26 - FTP allows login, but then closes after cwd to folder

F

funky

Guest
Hello, people! My first post here, I like this forum already. :)

Like the title says, my OS X disconnects FTP sessions after CWD'ing to the Sites or Public folders. The machine I am FTP'ing from with an FTP Client is Windows XP.

Please help. Yes, I have enabled FTP sharing. HTTP & SSH sharing work fine.

TWO FTP CLIENTS:

WSFTPLE:
WINSOCK.DLL: WinSock 2.0
WS_FTP LE 5.08 2000.01.13, Copyright © 1992-2000 Ipswitch, Inc.
- -
connecting to 192.168.1.228:21
Connected to 192.168.1.228 port 21
220 192.168.1.228 FTP server (tnftpd 20040810) ready.
USER luis
331 Password required for xxx.
PASS (hidden)
230-
Welcome to Darwin!
230 User luis logged in.
PWD
257 "/Users/xxx" is the current directory.
Host type (I): UNIX (standard)
PORT 192,168,1,218,8,76
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for '/bin/ls'.
Received 853 bytes in 0.1 secs, (80.00 Kbps), transfer succeeded
226 Transfer complete.
CWD Sites
(this is where it hangs)

WINDOWS command-line ftp:
D:\Documents and Settings\Administrator.SERAPH.000>ftp 192.168.1.228
Connected to 192.168.1.228.
220 192.168.1.228 FTP server (tnftpd 20040810) ready.
User (192.168.1.228:(none)): xxx
331 Password required for xxx.
Password:
230-
Welcome to Darwin!
230 User xxx logged in.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for 'file list'.
.CFUserTextEncoding
.DS_Store
.MCXLC
.ssh
.Trash
Desktop
Documents
Library
Movies
Music
Pictures
Public
Send Registration
Sites
226 Transfer complete.
ftp: 142 bytes received in 0.00Seconds 142000.00Kbytes/sec.
ftp> cd Sites
Connection closed by remote host.
ftp> (it kicks me out if i try to switch tho those folders?)

Try 2: Going to download a file instead of switch directories:
ftp> open 192.168.1.228
Connected to 192.168.1.228.
220 192.168.1.228 FTP server (tnftpd 20040810) ready.
User (192.168.1.228:(none)): xxx
331 Password required for xxx.
Password:
230-
Welcome to Darwin!
230 User xxx logged in.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for 'file list'.
.CFUserTextEncoding
.DS_Store
.MCXLC
.ssh
.Trash
Desktop
Documents
Library
Movies
Music
Pictures
Public
Send Registration
Sites
226 Transfer complete.
ftp: 142 bytes received in 0.00Seconds 142000.00Kbytes/sec.
ftp> help
Commands may be abbreviated. Commands are:

! delete literal prompt send
? debug ls put status
append dir mdelete pwd trace
ascii disconnect mdir quit type
bell get mget quote user
binary glob mkdir recv verbose
bye hash mls remotehelp
cd help mput rename
close lcd open rmdir
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for 'file list'.
.CFUserTextEncoding
.DS_Store
.MCXLC
.ssh
.Trash
Desktop
Documents
Library
Movies
Music
Pictures
Public
Send Registration
Sites
226 Transfer complete.
ftp: 142 bytes received in 0.02Seconds 8.88Kbytes/sec.

Here is where I download the file successfully:
ftp> get .DS_Store
200 PORT command successful.
150 Opening ASCII mode data connection for '.DS_Store' (6148 bytes).
226 Transfer complete.
ftp: 6150 bytes received in 0.11Seconds 55.91Kbytes/sec.
ftp> cd Public
Connection closed by remote host.
ftp>

(Look, I have the file in XP)

D:\Documents and Settings\Administrator.SERAPH.000>ls *DS_STORE*
'ls' is not recognized as an internal or external command,
operable program or batch file.

D:\Documents and Settings\Administrator.SERAPH.000>dir *DS_STORE*
Volume in drive D is Windows
Volume Serial Number is 7C08-6446

Directory of D:\Documents and Settings\Administrator.SERAPH.000

01/23/2005 08:31 PM 6,150 .DS_Store
1 File(s) 6,150 bytes
0 Dir(s) 1,698,119,680 bytes free

D:\Documents and Settings\Administrator.SERAPH.000>

Is there some sort of config change I need to do to CWD to those folders? Why can't I get into the public folders? Where do I set this up?


Thank you for any help. I'm trying to migrate over to my iBook.
 
OP
F

funky

Guest
So no help? :(

Please look around, I've tried to help others. I'm fairly knowledgeable in things like this, but I don't know OS X well. I've looked at the ftp_log and there is nothing helpful at all.

Please help.
 
OP
F

funky

Guest
Any ideas, anyone? Please give this thread a chance, please don't lock it. Maybe someone new has come by, it's been 2 days.

Thanks. :D
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top