Subversion Repositories Kolibri OS

Rev

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

Rev 3819 Rev 3824
Line 356... Line 356...
356
str_pass_ok     db 'Password ok',10,0
356
str_pass_ok     db 'Password ok',10,0
357
str_pass_err    db 'Password/Username incorrect',10,0
357
str_pass_err    db 'Password/Username incorrect',10,0
358
str_pwd         db 'Current directory is "%s"\n',0
358
str_pwd         db 'Current directory is "%s"\n',0
359
str_err2        db 'ERROR: cannot open the directory.',10,0
359
str_err2        db 'ERROR: cannot open the directory.',10,0
360
str_datasock    db 'Passive data socket connected.',10,0
360
str_datasock    db 'Passive data socket connected.',10,0
-
 
361
str_datasock2   db 'Active data socket connected.',10,0
-
 
362
str_alopen      db 'Data connection already open.',10,0
361
str_notfound    db 'ERROR: file not found.',10,0
363
str_notfound    db 'ERROR: file not found.',10,0
362
str_sockerr     db 'ERROR: socket error.',10,0
364
str_sockerr     db 'ERROR: socket error.',10,0
Line 363... Line 365...
363
 
365
 
364
str_newline     db 10, 0
366
str_newline     db 10, 0