You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya, I cannot connect to the s(?)ftp server, with the following error in the server:
16:20:08.170 pyftpdlib Traceback (most recent call last):
File "/tmp/pe-copyparty.1000.5404.0/ftp/pyftpdlib/servers.py", line 175, in handle_accepted
handler = self.handler(sock, self, ioloop=self.ioloop)
File "/tmp/pe-copyparty.1000.5404.0/copyparty/ftpd.py", line 390, in __init__
self.hub = FtpHandler.hub
AttributeError: type object 'FtpHandler' has no attribute 'hub'
I have an android phone, trying to add the FTP server through the default file browser:
That server message pops up every time I try to press "Add". Phone doesn't complain about being unable to reach the server, like it would if I had put in a wrong port. So I believe it's something to do with copyparty/the ftp library.
My config contains the following:
ftps: 3990
ftp-pr: 12000-13000
I have opened all of those ports as well.
I'm using Python 3.9.2 on Debian 11.
The text was updated successfully, but these errors were encountered:
Heya, I cannot connect to the s(?)ftp server, with the following error in the server:
I have an android phone, trying to add the FTP server through the default file browser:
That server message pops up every time I try to press "Add". Phone doesn't complain about being unable to reach the server, like it would if I had put in a wrong port. So I believe it's something to do with copyparty/the ftp library.
My config contains the following:
I have opened all of those ports as well.
I'm using Python 3.9.2 on Debian 11.
The text was updated successfully, but these errors were encountered: