about FTP server | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

about FTP server

any have program for FTP server and client

24th Sep 2018, 4:51 PM
Gaurav Medhane
Gaurav Medhane - avatar
2 ответов
+ 2
Clients...Usually just the ftp:// protocol in-browser; when I did use a client, it was usually WinSCP or a client in the PuTTY collection. Server-wise, I've been fine with vendor modules (like IIS's FTP) because I don't give it Internet access. FTP isn't designed to be secure. If you have the option, you might want to explore SCP, SFTP and FTPS. Note, Python supports FTP: https://code.sololearn.com/cncnN1Jzb7tB/?ref=app
24th Sep 2018, 6:18 PM
Kirk Schafer
Kirk Schafer - avatar
0
That's what I'm using: server: openSSH client: nautilus (on Linux), filezilla
24th Sep 2018, 5:49 PM
Aaron Eberhardt
Aaron Eberhardt - avatar