[Zope] Can't use FTP to upload file

Anton Cupcea a.cupcea at bucarest.finsiel.ro
Thu Jan 8 09:59:57 EST 2004


Albert Lee.K.W wrote:
> Hi, 
> 
> I am using WS-FTP to upload files, however, I can login successful , can't 
> list, upload and download the files.  I have already add  -f 9089 in the 
> start script. And enable the ftp access privileges in the ZMI.  I have a 
> router but I allow the TCP port 9089 in to my ZServer.  How can I solve the 
> problem??

Allow this traffic in your firewall:

ClientIP:HighPort --> ServerIP:HighPort
ServerIP:HighPort --> ClientIP:HighPort

(for both TCP and UDP)


Anton
:wq


> There is the log of FTP :
> USER admin
> 331 Password required.
> PASS (hidden)
> 230 Login successful.
> PWD
> 257 "/" is the current directory.
> SYST
> 215 UNIX Type: L8
> Host type (S): UNIX (standard)
> PASV
> 227 Entering Passive Mode (192,168,0,3,136,12)
> connecting to 192.168.0.3:34828
> - -
> connecting to 192.168.0.3:34828
> 
> ! Connection failed 192.168.0.3 - connection timed out
> ! connect: error 0
> PORT 10,113,80,48,4,108
> 200 PORT command successful.
> LIST
> 150 Opening ASCII mode data connection for file list
> 
> best regards,
> Albert Lee
> 
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )





More information about the Zope mailing list