GSTP 0.5 review
DownloadGSTP is a binary file transfer protocol that focuses on security and anonymity
|
|
GSTP is a binary file transfer protocol that focuses on security and anonymity. It tries to do right, where FTP does wrong, especially when it comes to firewall and user/password security.
To build, use ./configure, make and make install.
Server binary is server/gstp-server. Uses server/gstp.conf as config. In config, it says it uses server/users.txt for authorisation. users.txt uses native crypt() for passwords in the second field, but it's ok to leave this field empty, in which case an empty password
will be accepted.
Client binary is client/gstp-client. Takes one argument, the host to connect to. Port is always 10042.
What's New in This Release:
config.h.in, server/gstp.c, server/gstp_server.h, server/server.c: Added -v and moved ssl init to before setuid()-call
GSTP 0.5 keywords