Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4728 → Rev 4729

/programs/network/ftpc/ftpc.asm
1,6 → 1,6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2013. All rights reserved. ;;
;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;; ftpc.asm - FTP client for KolibriOS ;;
328,7 → 328,7
 
; data
str_title db 'FTP client',0
str_welcome db 'FTP client for KolibriOS v0.10',10
str_welcome db 'FTP client for KolibriOS v0.11',10
db 10
db 'Please enter ftp server address.',10,0
 
/programs/network/ftpc/servercommands.inc
38,6 → 38,8
cmp dword[s], "550 "
je close_datacon
 
cmp byte[s+3], "-"
je wait_for_servercommand
jmp wait_for_usercommand