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

services/ftp: Replace LIST with STAT in Storage.stat func #900

Open
npofsi opened this issue Aug 9, 2021 · 1 comment
Open

services/ftp: Replace LIST with STAT in Storage.stat func #900

npofsi opened this issue Aug 9, 2021 · 1 comment

Comments

@npofsi
Copy link

npofsi commented Aug 9, 2021

No description provided.

@Xuanwo
Copy link
Contributor

Xuanwo commented Aug 10, 2021

The problem is we don't know which method that server supports most. So we have following thins to do:

  • Make sure our SDK support both LIST and STAT method.
  • Allow user to set the method that used to get file info.

@Xuanwo Xuanwo changed the title Replace LIST with STAT in Storage.stat func services/ftp: Replace LIST with STAT in Storage.stat func Oct 19, 2021
@Xuanwo Xuanwo transferred this issue from beyondstorage/go-service-ftp Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants