Subversion Repositories Kolibri OS

Rev

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

Rev 3562 Rev 3618
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2010-2012. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2010-2013. All rights reserved.    ;;
4
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
5
;;                                                                 ;;
5
;;                                                                 ;;
6
;;  ftpd.asm - FTP Daemon for KolibriOS                            ;;
6
;;  ftpd.asm - FTP Daemon for KolibriOS                            ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
Line 61... Line 61...
61
        dd      mem+0x1000      ; required memory
61
        dd      mem+0x1000      ; required memory
62
        dd      mem+0x1000      ; stack pointer
62
        dd      mem+0x1000      ; stack pointer
63
        dd      params          ; parameters
63
        dd      params          ; parameters
64
        dd      path            ; path
64
        dd      path            ; path
Line 65... Line 65...
65
 
65
 
66
include '../macros.inc'
66
include '../../macros.inc'
67
purge mov,add,sub
67
purge mov,add,sub
68
include '../proc32.inc'
68
include '../../proc32.inc'
69
include '../dll.inc'
69
include '../../dll.inc'
70
include '../struct.inc'
70
include '../../struct.inc'
Line 71... Line 71...
71
include '../libio.inc'
71
include '../../libio.inc'
Line 72... Line 72...
72
 
72
 
73
include '../network.inc'
73
include '../../network.inc'
74
 
74
 
75
macro sendFTP str {
75
macro sendFTP str {