beyondstorage/go-storage

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

Joey-1445601153 opened this issue · 0 comments

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.