93.137.127.244
Traceback (most recent call last):
File "", line 50, in <module>
ftpd = ftpserver.FTPServer(address, ftp_handler)
File "C:\Python25\lib\site-packages\pyftpdlib\ftpserver.py", line 3385, in __init__
raise socket.error(msg)
socket.error: (10049, "Can't assign requested address")
i have the last pyftpdlib, python 2.5.4 and on windows xp.
it does work on the localhost. i tried to disable the firewall.
i've got a Thomson TG782(i) if it means something.Regards,
Giampaolo
2011/7/8 <janko.s...@gmail.com>:
> --
> You received this message because you are subscribed to the "Python FTP
> server library" project group:
> http://code.google.com/p/pyftpdlib/
> To post to this group, send email to pyft...@googlegroups.com
> To unsubscribe from this group, send email to
> pyftpdlib-...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/pyftpdlib
See this for an example usage:
http://code.google.com/p/pyftpdlib/source/browse/trunk/demo/basic_ftpd.py
Ciao,
Giampaolo
2011/7/8 Sebastian Janko <janko.s...@gmail.com>: