วิธีทำ
0. format เครื่อง ด้วย Dos 6.22
1. ต้องหา Card ที่ Support จะมี ไม่กีรุ่น ที่เหลือ ต้องไปหา มา
เช่น Intel 8255(e100xx), NE2000, 3Com 3C503, LinkSys100
2. ไป Download Packet Driver ที่ http://www.crynwr.com/drivers/ ให้ถูกรุ่น
3. คำสั่งโบราณ Load Driver ไปที่ Himem และ Interrupt ที่ 0x60
LH c:\driver\<youdriver.com> -i 0x60
4. download service จาก http://www.brutman.com/mTCP/mTCP.html
ต้องมี IP Address ก่อน โดย ใช้ DHCP
set MTCPCFG=c:\mtcp\tcp.cfg
ใน tcp.cfg
--- TCP.CFG --- PACKETINT 0x60 HOSTNAME OLDDOSเมื่อเรียกคำสั่ง DHCP จะต่อ Config ให้เอง
สำหรับ FTP server ต้องมี ftp config file
ftpsrv_password_file c:\fdos\ftppass.txt ftpsrv_log_file c:\fdos\ftpsrv.log FTPSRV_FILEBUFFER_SIZE 16 FTPSRV_TCPBUFFER_SIZE 16 FTPSRV_PACKETS_PER_POLL 2
ใน ftppass.txt
user password [none] [any] allmyname 1234567 c:/data [any] allftpsrv เริ่ม ใช้งาน
เครื่องที่ติดต่อ จะส่ง ไฟล์ ก็ทำได้โดย ใช้ ftp connect และ Send,Get