Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IO methods used for pyftpdlib.filesystems.AbstractedFS.open()? #551

Open
Perzan opened this issue Apr 26, 2021 · 1 comment
Open

IO methods used for pyftpdlib.filesystems.AbstractedFS.open()? #551

Perzan opened this issue Apr 26, 2021 · 1 comment

Comments

@Perzan
Copy link

Perzan commented Apr 26, 2021

While trying to implement an AbstractedFS, I have come across the open() method. So far, for the requested mode, I have the following methods/properties implemented:

  • read
  • write
  • close
  • closed

I am trying to avoid doing anything extra when unnecessary. This is for version 1.5.x.
Can I have a link or the name of the file/submodule that uses pyftpdlib.filesystems.AbstractedFS.open?

Is there a "checklist" developers can refer to in order to not only make sure that they have properly implemented all the top-level methods/properties of pyftpdlib.filesystems.AbstractedFS.open, but also the objects returned by them (for example the presumed file-like object that would be returned when pyftpdlib.filesystems.AbstractedFS.open is called)?

@Perzan Perzan closed this as completed Apr 30, 2021
@giampaolo
Copy link
Owner

Legitimate request. I think it makes sense to document them. Re-opening this for when I will find some time to do it.

@giampaolo giampaolo reopened this Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants