This commit is contained in:
		| @@ -56,13 +56,13 @@ def printCommand(): | ||||
|           '     List content of current directory       -> LST \n' + | ||||
|           '     Upload file to current directory        -> UPL <filename> \n' + | ||||
|           '     Download file from current directory    -> DNL <filename> \n' + | ||||
|           '     Login                                   -> LIN <username> <password> \n' + | ||||
|           '     Login                                   -> LIN <username> \n' + | ||||
|           '     Logout                                  -> LOUT \n') | ||||
|  | ||||
|  | ||||
| def printCommandsWihtoutLogin(): | ||||
|     print('\nYou must log in before issuing other commads!\n', | ||||
|           '     Login    -> LIN <username> <password> \n', | ||||
|           '     Login    -> LIN <username> \n', | ||||
|           '     Exit     -> EXIT\n') | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user