beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Home Page:https://beyondstorage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Joey-1445601153 opened this issue · comments

commented

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.