GSTP 0.5 review

Download
by rbytes.net on

GSTP is a binary file transfer protocol that focuses on security and anonymity

License: BSD License
File size: 0K
Developer: Alexander Hav?ng
0 stars award from rbytes.net

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