server icon indicating copy to clipboard operation
server copied to clipboard

A FTP server framework written by Golang, moved to https://gitea.com/goftp/server

Results 5 server issues
Sort by recently updated
recently updated
newest added

示例程序exampleftpd,在宿主机上没问题,可以正常运行。但是在docker中,会报: 用户只读权限,有遇到过吗?

I believe that when the file transfer fails, the error is permanent `5xx`. Some clients (e.g. `lftp`) at the moment are confused by the temporary `4xx` error and they retry...

there's no way to know what is the default behavior with the passive ports unless you read the code, and documentation doesn't explain how to set the passive ports string...

we want limit spend at the server. How can I do it?

feature

Command `LIST -al`

enhancement