Subversion Repositories Kolibri OS

Rev

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

Rev 3967 Rev 4729
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2013. All rights reserved.         ;;
3
;; Copyright (C) KolibriOS team 2013-2014. 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
;;  ftpc.asm - FTP client for KolibriOS                            ;;
6
;;  ftpc.asm - FTP client for KolibriOS                            ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
Line 326... Line 326...
326
 
326
 
327
 
327
 
328
 
328
 
329
; data
329
; data
330
str_title       db 'FTP client',0
330
str_title       db 'FTP client',0
Line 331... Line 331...
331
str_welcome     db 'FTP client for KolibriOS v0.10',10
331
str_welcome     db 'FTP client for KolibriOS v0.11',10
332
                db 10
332
                db 10