Update Readme
This commit is contained in:
@@ -30,7 +30,9 @@ int main(int argc, char **argv)
|
||||
|
||||
if(argc<2)
|
||||
{
|
||||
std::cout << "listener SERVERMODE {port} | CLIENTMODE {serveripaddress} {serverport} SEND {FileName}" << std::endl;
|
||||
std::cout << "sstp SERVERMODE {port} | CLIENTMODE {serveripaddress} {serverport} {pathfileName}." << std::endl;
|
||||
std::cout << "SERVERMODE will listen on the specified port for a connection and receive the specified file." << std::endl;
|
||||
std::cout << "CLIENTMODE willl connect to the specified address and port and send the specfied file." << std::endl;
|
||||
return 1;
|
||||
}
|
||||
Block<String> arguments;
|
||||
|
||||
Reference in New Issue
Block a user