aioftp icon indicating copy to clipboard operation
aioftp copied to clipboard

ftp client/server for asyncio (http://aioftp.readthedocs.org)

Results 22 aioftp issues
Sort by recently updated
recently updated
newest added

After #36 I read about FTPS, SFTP and FTP over SSH. - SFTP is SSH extension and we should ignore it - FTPS is extension of FTP (https://tools.ietf.org/html/rfc2228) - FTP...

enhancement
help wanted

It doesn't look like there has been a tag for a release revision since 2019. Without these, figuring out the exact source corresponding the the version you're running is painful.

I am trying to implement a the advanced-download-and-upload-abort-restart example for my use and seem to have come across an infinte loop when my first file completes the download: ```python import...

name, info = self.parse_mlsx_line(info[1].lstrip()) IndexError: list index out of range FOR loooooots of FTP'sssssssssssssssssssssssssssssssssssss

Hello, It seems aioftp server cannot communicate with NCFTP, here is the client transcript: ``` NcFTP 3.2.5 (Feb 02, 2011) by Mike Gleason (http://www.NcFTP.com/contact/). Connecting to 10.1.1.1... welcome Logging in......

Do you have the numbers the wrong way around at https://github.com/aio-libs/aioftp#server-benchmark ?

Is there a way to extend the server to run a task when an upload has completed? Also I was considering running a server out of xinetd in which case...

Hello, I had trouble on a server having tones of dead connection to remote FTP server in CLOSED_WAIT state. I'm not sure what exactly caused that (I suspect the remote...

Hello, Could you please explain me what I'm supposed to do to workaround this issue ? If I understood other tickets correctly, the issue comes from MLSD not being supported...

Moving the commentary from https://github.com/aio-libs/aioftp/pull/85 over here. When I use the Getting started guide to spin up a server, the server isn't accessible from many common clients - particularly these...