We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ba7f1 commit cf58ab3Copy full SHA for cf58ab3
internal/conf/config.go
@@ -180,7 +180,7 @@ func DefaultConfig() *Config {
180
SSL: false,
181
},
182
FTP: FTP{
183
- Enable: true,
+ Enable: false,
184
Listen: ":5221",
185
FindPasvPortAttempts: 50,
186
ActiveTransferPortNon20: false,
@@ -192,7 +192,7 @@ func DefaultConfig() *Config {
192
EnablePasvConnIPCheck: true,
193
194
SFTP: SFTP{
195
196
Listen: ":5222",
197
198
}
0 commit comments