qt based FTP server using lib
git clone https://github.com/aks-arise1600/FTP_Server.git
cd FTP_Server
mkdir qBuild & cd qBuild
qmake ..
make
git clone https://github.com/aks-arise1600/FTP_Server.git
cd FTP_Server
mkdir cBuild & cd cBuild
cmake ..
make
copy certificate to app path
cp ../QFtpServerLib/softcom.* ftpServerWindow/
start
ftpServerWindow/ftpServerWindow
-
Now start any ftp client to access files. i. e. FTP client filezilla.
-
Default credentail details
- User ID : admin
- Password : admin123
- Port : 2323