Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2945 → Rev 2944

/data/new-stack/network/ftpd.ini
File deleted
\ No newline at end of file
/data/new-stack/network/users.ini
File deleted
/kernel/branches/net/applications/ftpd/commands.inc
483,7 → 483,7
invoke con_write_asciiz, str_newline
 
; Start the search
invoke file.find.first, ebx, str_mask, FA_READONLY+FA_FOLDER+FA_ARCHIVED;+FA_NORMAL
invoke file.find.first, ebx, str_mask, FA_READONLY+FA_FOLDER+FA_NORMAL+FA_ARCHIVED
test eax, eax
jz .nosuchdir
 
570,7 → 570,7
stosw
 
test [ebp + thread_data.permissions], ABORT ; Did we receive ABOR command from client?
jnz abort_transfer
;;; jnz .abort ; TODO
 
; check next file
invoke file.find.next, ebx