mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 21:57:59 +02: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:
@ -16,7 +16,7 @@ import (
|
||||
"github.com/rclone/rclone/fs/config/configmap"
|
||||
"github.com/rclone/rclone/fs/config/obscure"
|
||||
"github.com/stretchr/testify/assert"
|
||||
ftp "goftp.io/server"
|
||||
ftp "goftp.io/server/core"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user