>>某些用ICS做的FTP Server在UNIX环境下无法访问如何解决
你的问题到底是什么?
我刚刚下载了ics控件
http://www.huasoft.net/download/list.asp?id=76
在Delphi7下安装,安装完成以后,放置了一个TFtpServer,然后仅仅写了一句话:
FtpServer1.Active :=True;
然后使用Sco Unix 5.0.5连接,获取Calc.exe,然后使用Windows再Ftp回来,运行,没有问题呀。。。
看来应该是你的计算机的设置问题。
能仔细描述一下问题吗?
$ ftp 166.100.100.50
Connected to 166.100.100.50.
220 ICS FTP Server ready.
Name (166.100.100.50
racle): anonymous
331 Password required for anonymous.
Password:
230 User anonymous logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> get calc.exe
local: calc.exe remote: calc.exe
200 Port command successful.
150 Opening data connection for calc.exe.
226 File sent ok
114688 bytes received in 0.17 seconds (658.82 Kbytes/s)
ftp> bye
221 Goodbye.
$