Compare commits
5 Commits
97a94d5474
...
6e09b52e56
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e09b52e56 | |||
|
|
dd321a696c | ||
|
|
17c33521c3 | ||
|
|
f6395c9501 | ||
|
|
000288ce8b |
@@ -344,7 +344,7 @@ align 4
|
||||
cmdABOR:
|
||||
|
||||
or [ebp + thread_data.permissions], ABORT
|
||||
sendFTP "250 Command succesul"
|
||||
sendFTP "250 Command successful"
|
||||
ret
|
||||
|
||||
;------------------------------------------------
|
||||
@@ -385,7 +385,7 @@ cmdCDUP:
|
||||
invoke con_write_asciiz, eax
|
||||
invoke con_write_asciiz, str_newline
|
||||
|
||||
sendFTP "250 Command succesul"
|
||||
sendFTP "250 Command successful"
|
||||
ret
|
||||
|
||||
;------------------------------------------------
|
||||
@@ -450,7 +450,7 @@ cmdCWD:
|
||||
invoke con_write_asciiz, eax
|
||||
invoke con_write_asciiz, str_newline
|
||||
|
||||
sendFTP "250 Command succesful"
|
||||
sendFTP "250 Command successful"
|
||||
ret
|
||||
|
||||
.err:
|
||||
@@ -512,7 +512,7 @@ cmdDELE:
|
||||
test eax, eax
|
||||
jnz .err
|
||||
|
||||
sendFTP "250 Command succesful"
|
||||
sendFTP "250 Command successful"
|
||||
ret
|
||||
.err:
|
||||
sendFTP "550 No such file"
|
||||
@@ -1000,7 +1000,9 @@ cmdRETR:
|
||||
cmp eax, -1
|
||||
je .cannot_open ; FIXME: this is not the correct error
|
||||
|
||||
push eax
|
||||
invoke con_write_asciiz, str2
|
||||
pop eax
|
||||
|
||||
push eax ebx
|
||||
mov esi, eax
|
||||
|
||||
Reference in New Issue
Block a user