Subversion Repositories Kolibri OS

Rev

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

Rev 3802 Rev 3803
Line 240... Line 240...
240
  .needpass:
240
  .needpass:
Line 241... Line 241...
241
 
241
 
242
        invoke  con_write_asciiz, str_pass
242
        invoke  con_write_asciiz, str_pass
243
        mov     dword[s], "PASS"
243
        mov     dword[s], "PASS"
-
 
244
        mov     byte[s+4], " "
Line 244... Line 245...
244
        mov     byte[s+4], " "
245
        invoke  con_set_flags, 0x00     ; black text on black background for password
245
 
246
 
246
  .send:
247
  .send:
247
; read string
248
; read string
Line 298... Line 299...
298
 
299
 
299
 
300
 
300
 
301
 
301
; data
302
; data
302
title   db 'FTP client',0
303
title   db 'FTP client',0
303
str1    db 'FTP client for KolibriOS v0.05',10,10,'Please enter ftp server address.',10,0
304
str1    db 'FTP client for KolibriOS v0.06',10,10,'Please enter ftp server address.',10,0
304
str2    db '> ',0
305
str2    db '> ',0
305
str3    db 'Resolving ',0
306
str3    db 'Resolving ',0