0
about FTP server
any have program for FTP server and client
2 odpowiedzi
+ 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
0
That's what I'm using:
server: openSSH
client: nautilus (on Linux), filezilla