Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Language:
Group categories:
Computers > Software
More group info »
Active older topics
6 new of 6 - Aug 4 2011
2 new of 2 - Aug 1 2011
6 new of 6 - Jul 18 2011
11 new of 11 - Jul 14 2011
3 new of 3 - Jul 13 2011
6 new of 6 - Jul 8 2011
9 new of 9 - Jul 7 2011
16 new of 16 - Jul 6 2011
3 new of 3 - Jul 5 2011
2 new of 2 - Jun 20 2011
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 114  Older »
Description: This discussion group is for users of the Python FTP server library project http://code.google.com/p/pyftpdlib/
 

flag ANN: releaed pyftpdlib 0.7.0 
  Hi there guys, After over 1 year since the previous version, I'm pleased to announce new pytftpdlib 0.7.0 release which is available here: [link] Other than fixing some serious FTPS bugs, this new version introduces massive speedup improvements.... more »
By Giampaolo Rodolà  - Jan 25 - 4 new of 4 messages    

Getting the IP address of the connecting client in the authorizer 
  Hi, Is there a way to get the IP address of the connecting client in the authorizer? We have a custom authorizer that hands the information off to a daemon running on another server and it basically returns the information the authorizer needs or a failure code. This daemon uses the IP address of the connecting client to spot people... more »
By Jeff Fisher  - Jan 24 - 6 new of 6 messages    

pyftpdlib Capabilities 
  Hi. I just discovered pyftpdlib and I'm wondering if it's suitable for a little project I want to create. It would be great to have your opinion. Basically I want to create a server that will have some virtual ftp accounts, but the main thing here is that I need to "watch" this folders to see when uploads are done and *completed*. Does pyftpdlib provides any API... more »
By Ron Tsoref  - Jan 24 - 3 new of 3 messages    

ANN: pysendfile released 
  I released it just now: [link] I think this is worth mentioning as starting from the next pyftpdlib version (we're almost there) we're going to make use of this as an (optional) third party dependency (see bug tracker issue: [link]).... more »
By Giampaolo Rodolà  - Jan 12 - 3 new of 3 messages    

Running pyftpdlib as a Cherrypy Plugin 
  Hi, I'm trying to run a pyftpdlib FTP Server as a Cherrpy plugin. I have specified a class which extends the Cherrypy SimplePlugin class and is instantiated like this: CoreFTPServer(bus = cherrypy.engine, addr, port, root, user, password).subscribe() In the CoreFTPServer class I start the FTP Server in a new thread like... more »
By ian luddy  - Jan 9 - 2 new of 2 messages    

Multiple home directories 
  Hi all, I have overwritten few pyftpdlib classes in order to manage many home directories per user, like samba shares folders. Here an example: authorizer = SharedAuthorizer() authorizer.add_user(name, password, [ (dir1, "elr"), (dir2, "elradfmw"), ..... ] ) handler = ftpserver.FTPHandler... more »
By Alessandro  - Jan 4 - 3 new of 3 messages    

Event / On file transfer starts 
  Hi, First, thanks for your great work, pyftpdlib is an awesome piece of code. Question, how can I monitor current transfers being done? I would like to monitor the transfers that are happenning, so indeed, I would like to store the state of a transfer in a DB. I am able to do it when a transfer finishes by overriding the... more »
By Ronan D  - Dec 22 2011 - 5 new of 5 messages    

Force encryption by user. 
  Lately I have been thinking about a feature to allow TLS to be required for certain users. Right now TLS can be made either optional or required server-wide. For my use-case, this is NOT a server-wide setting but a per-user flag. Right now, the tls_control_required and tls_data_required attributes control this in a server-wide fashion.... more »
By btimby  - Dec 6 2011 - 2 new of 2 messages    

DummyAuthorizer let any user with any password in 
  Hello. I have question regarding basic_ftpd.py example. I would like it to let any user with any password(for example setting the same folder for each user). For example : user1 : passw3er login succesfull /home/ftp user1 : passother login succesfull /home/ftp user2 : pass3 login succesfull /home/ftp... more »
By dge  - Nov 25 2011 - 5 new of 5 messages    

SSL shutdown problems 
  Hey, I'm experiencing a lot of issues with this happening: Traceback (most recent call last): File "/opt/python2.7/lib/python2.7/ asyncore.py", line 79, in read obj.handle_read_event() File "./lib/pyftpdlib/contrib/handl ers.py", line 129, in handle_read_event super(SSLConnection, self).handle_read_event()... more »
By Jeff Fisher  - Sep 29 2011 - 3 new of 3 messages    

Is it possible to hide some files ? 
  Hello, In OS X, I would like to hide the "Icon" file names when I'm browsing the shared directory and the subs. Congratulations for the 0.6 version. Bye
By Yannis B  - Sep 28 2011 - 9 new of 9 messages    

1 - 10 of 114   « Newer | Older »

XML       Send email to this group: pyftpdlib@googlegroups.com