Subversion Repositories Kolibri OS

Rev

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

Rev 3793 Rev 3794
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
        call    open_dataconnection
3
        call    open_dataconnection
4
 
4
 
5
        mov     dword[s], "LIST"
5
        mov     dword[s], "LIST"
Line 6... Line 6...
6
        mov     byte[s+4], 0x0a
6
        mov     byte[s+4], 0x0a
Line 7... Line 7...
7
        mcall   send, [socketnum], s, 5
7
        mcall   send, [socketnum], s, 5, 0
Line 14... Line 14...
14
        push    str_help
14
        push    str_help
15
        call    [con_write_asciiz]
15
        call    [con_write_asciiz]
Line 16... Line 16...
16
 
16
 
Line -... Line 17...
-
 
17
        jmp     wait_for_usercommand
-
 
18
 
-
 
19
cmd_pwd:
-
 
20
 
-
 
21
        mov     dword[s], "PWD" + 10 shl 24
-
 
22
        mcall   send, [socketnum], s, 4, 0
-
 
23
 
17
        jmp     wait_for_usercommand
24
        jmp     wait_for_servercommand
Line 18... Line 25...
18
 
25
 
Line 19... Line 26...
19
cmd_cwd:
26
cmd_cwd: