Skip to content

yasio/ftp_server

Repository files navigation

ftp_server

The binary of this project is deployed at ftp://ftp.yasio.org/

build and run

build

Goto the parent project's root directory, the parent project is: yasio

cmake -B build
cmake --build build --config Release --target ftp_server  

run

Continue run ftp server after build finished

cd build/examples/ftp_server  
./ftp_server <path-to-wwwroot> <wan_ip>[optional]  

references:

ftp://ftp.gnu.org/
https://tools.ietf.org/html/rfc959

pitfall:

Some client's ip may block by server firewall strategy, please switch to mobile cellular network and try access the ftp again.

About

A very simple FTP server based on yasio, as a submodule of yasio/examples/ftp_server

ftp://ftp.yasio.org

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published