ftp problem - I get in but not quite to my files
Can anyone explain what is happening when I ftp. Zope is installed on an NT box. I've tried both active and passive ftp neither work. I've included the ftp logs for both attempts below. Uploading stuff one at a time is killing me so I'd really like to get this working if it's at all possible! TIA Gord --------------------------- Here is the result of a passive FTP: WINSOCK.DLL: WinSock 2.0 WS_FTP95 LE 4.01 96.06.03, Copyright © 1992-1996 Ipswitch, Inc. All rights reserved. - - connecting to 142.165.212.158 ... Connected to 142.165.212.158 port 8021 220 server1 FTP server (Medusa Async V1.17.16.1 [experimental]) ready. USER superuser 331 Password required. PASS (hidden) 230 Login successful. PWD 257 "/" is the current directory. Host type (I): UNIX (standard) PASV 227 Entering Passive Mode (192,168,0,100,6,36) connecting to 192.168.0.100:1572 - - connecting to 192.168.0.100 ... can't connect to 192.168.0.100 - connection timed out connect: connection timed out PORT 10,10,178,23,7,197 200 PORT command successful. LIST 150 Opening ASCII mode data connection for file list Timer cancelled blocking call accept: Blocking call cancelled DoDirList returned 0 ------------------------------------- And here is the result of an attempt at active FTP: connecting to 142.165.212.158 ... Connected to 142.165.212.158 port 8021 220 server1 FTP server (Medusa Async V1.17.16.1 [experimental]) ready. USER superuser 331 Password required. PASS (hidden) 230 Login successful. PWD 257 "/" is the current directory. Host type (I): UNIX (standard) PORT 10,10,178,23,7,137 200 PORT command successful. LIST 150 Opening ASCII mode data connection for file list Timer cancelled blocking call accept: Blocking call cancelled DoDirList returned 0
Its an interesting problem, and I'm not qualified to talk about zope and NT. Things to think about... If your logged in as the default user, you can't own (and therefore create) things. I would guess as your logging in as superuser this is the case, do you have any more success logging in as propper user?? Second, in your passive script you have a connecting to 142.165.212.158 which I guess is your zope server and it then conects to you on 192.168.0.100. 192.168.0.100 as far as I know is from the private class C range, so, is not an externally valid IP address, and it looks like 142.165.212.158 is external?? If this is the case you have a router / ip masquerading / NAT machine somewhere and this is probably causing you problems... The other error looks like a zope error, but I'll suspend my judgement until a zope god has had a look at it for you :-) Good luck Chris Gordon Holtslander wrote:
Can anyone explain what is happening when I ftp. Zope is installed on an NT box. I've tried both active and passive ftp neither work. I've included the ftp logs for both attempts below. Uploading stuff one at a time is killing me so I'd really like to get this working if it's at all possible!
TIA Gord --------------------------- Here is the result of a passive FTP:
WINSOCK.DLL: WinSock 2.0 WS_FTP95 LE 4.01 96.06.03, Copyright © 1992-1996 Ipswitch, Inc. All rights reserved. - - connecting to 142.165.212.158 ... Connected to 142.165.212.158 port 8021 220 server1 FTP server (Medusa Async V1.17.16.1 [experimental]) ready. USER superuser 331 Password required. PASS (hidden) 230 Login successful. PWD 257 "/" is the current directory. Host type (I): UNIX (standard) PASV 227 Entering Passive Mode (192,168,0,100,6,36) connecting to 192.168.0.100:1572 - - connecting to 192.168.0.100 ... can't connect to 192.168.0.100 - connection timed out connect: connection timed out PORT 10,10,178,23,7,197 200 PORT command successful. LIST 150 Opening ASCII mode data connection for file list
Timer cancelled blocking call accept: Blocking call cancelled DoDirList returned 0
------------------------------------- And here is the result of an attempt at active FTP:
connecting to 142.165.212.158 ... Connected to 142.165.212.158 port 8021 220 server1 FTP server (Medusa Async V1.17.16.1 [experimental]) ready. USER superuser 331 Password required. PASS (hidden) 230 Login successful. PWD 257 "/" is the current directory. Host type (I): UNIX (standard) PORT 10,10,178,23,7,137 200 PORT command successful.
LIST 150 Opening ASCII mode data connection for file list Timer cancelled blocking call accept: Blocking call cancelled DoDirList returned 0
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chris Keyes -
Gordon Holtslander