Hi Simone, I remember getting "Authentication failed" and a restart of the worker/ploneftp was enough to fix the issue. You don't have to install anything extra, the files to check are the config.py you've pasted, make sure that the path reflects the name you gave for your portal (in case you created a plumi site with id Plone for example, then use path = "/Plone/Members/%s/videos"). Hope this helps!
Regards, Markos On Fri, May 17, 2013 at 12:15 PM, Simone Orsi <[email protected]> wrote: > Hi, > > I'm trying to use FTP upload on my local machine. I have a 'manager' user > on localhost:8082/plumi. > > My parts/ploneftp/config.py looks like: > > tmp_dir = "/path/to/plumi/buildout/var/**ploneftp" > zope_ftp_address = "127.0.0.1:8021" > address = "*:21" > login_message = "Welcome to Plone FTP. Your uploaded file may not be > visible in FTP when the upload has finished. Go to your Plone site member > folder to see your file." > logout_message = "Thanks for using Plone FTP!" > path = "/plumi/Members/%s/videos" > > In filezilla log I see: > > Status: Resolving address of localhost > Status: Connecting to 127.0.0.1:21... > Status: Connection established, waiting for welcome message... > Response: 220 pyftpdlib 0.7.0 ready. > Command: USER manager > Response: 331 Username ok, send password. > Command: PASS ***** > Response: 530 Authentication failed. > Error: Critical error > Error: Could not connect to server > > And, ftp running in fg says: > > Starting FTP server > []127.0.0.1:39154 Connected. > 127.0.0.1:39154 ==> 220 pyftpdlib 0.7.0 ready. > 127.0.0.1:39154 <== USER manager > 127.0.0.1:39154 ==> 331 Username ok, send password. > 127.0.0.1:39154 <== PASS ****** > authenticating to Zope FTP server 127.0.0.1:8021 > with username manager > Error authenticating to Zope FTP server 127.0.0.1:8021 > with username manager : [Errno 111] Connection refused > 127.0.0.1:39154 ==> 530 Authentication failed. > []@127.0.0.1:39154 Disconnected. > ZopeHandler got a closed connection > > BTW I also installed 'plumiftp' but I don't know if still needed since is > not reported into buildout. > > Am I doing something wrong? Or simply I'm missing some flag to be turned > on? > > Tnx, > S. > ______________________________**_________________ > Discuss mailing list > [email protected] > http://lists.plumi.org/**listinfo/discuss<http://lists.plumi.org/listinfo/discuss> > -- https://unweb.me state of the art information systems
_______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
