mirror of
https://github.com/rclone/rclone.git
synced 2025-12-30 15:13:55 +00:00
serve/ftp: use refactored goftp.io/server library for binary shrink
This uses the refactored goftp library which doesn't include the minio driver. This reduces the binary size by 1.5MB See: https://gitea.com/goftp/server/pulls/120
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
"github.com/rclone/rclone/vfs/vfsflags"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/pflag"
|
||||
ftp "goftp.io/server"
|
||||
ftp "goftp.io/server/core"
|
||||
)
|
||||
|
||||
// Options contains options for the http Server
|
||||
|
||||
Reference in New Issue
Block a user