Subversion Repositories Kolibri OS

Rev

Rev 3821 | Rev 4729 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3821 Rev 3967
Line 346... Line 346...
346
str_pass        db "password: ",0
346
str_pass        db "password: ",0
347
str_unknown     db "Unknown command or insufficient parameters - type help for more information.",10,0
347
str_unknown     db "Unknown command or insufficient parameters - type help for more information.",10,0
348
str_lcwd        db "Local working directory is now: ",0
348
str_lcwd        db "Local working directory is now: ",0
Line 349... Line 349...
349
 
349
 
-
 
350
str_open        db "opening data socket",10,0
-
 
351
str_close       db "closing data socket",10,0
Line 350... Line 352...
350
str_open        db "opening data socket",10,0
352
str2b           db '.',0
351
 
353
 
352
str_help        db "available commands:",10
354
str_help        db "available commands:",10
353
                db 10
355
                db 10