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