GlenGGG / FTP

FTP server and client. Support active and passive connection mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi

nshoa99 opened this issue · comments

Hi, can I run this project on Window.
Many thanks

commented

Sorry, you can't. I use Linux system calls like "chdir", also the socket mechanism is different from Windows, so you can't directly use it on Windows. I'll make it clear in the readme. Thanks for opening this issue.

Could you please show me the references or the source code that you follow?

commented

I think you can find docs for all the system calls plus socket programming for Linux in Linus man page, or just Google it. Most FTP functionalities (like list, stor, cdup) in this project are implemented in here.

Thank you so much.