mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
FTP: add support for AVBL command
This commit is contained in:
@@ -754,3 +754,8 @@ func (fs *GCSFs) GetMimeType(name string) (string, error) {
|
||||
func (fs *GCSFs) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// GetAvailableDiskSize return the available size for the specified path
|
||||
func (*GCSFs) GetAvailableDiskSize(dirName string) (int64, error) {
|
||||
return 0, errStorageSizeUnavailable
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user