beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.
https://beyondstorage.io
Apache License 2.0
548 stars 53 forks source link

services/ftp: Tracking issue for Integration Test: Implement Multi-platform Integration Test #898

Open npofsi opened 3 years ago

npofsi commented 3 years ago

Track integration test implement progress.

Steps

npofsi commented 3 years ago

beyondstorage/go-service-ftp#16 done.

npofsi commented 3 years ago

fclairamb/ftpserver dosen't allow to LIST a file, but standard ftp should. Since that, There is a commit on list function to solve this case, because some ftp server uses lib fclairamb/ftpserverlib.

Xuanwo commented 3 years ago

fclairamb/ftpserver dosen't allow to LIST a file, but standard ftp should. Since that, There is a commit on list function to solve this case, because some ftp server uses lib fclairamb/ftpserverlib.

See discussion in https://github.com/beyondstorage/go-service-ftp/pull/16#discussion_r684890607