tshinder
Posts: 47490
Joined: 10.Jan.2001
From: Texas
Status: offline
|
Hi Meibo,
I only needed to create an FTP Server Publishing Rule and can use PASV FTP to access the IIS FTP server: PASS (hidden) 230-This is ISA2004 FTP 230 Anonymous user logged in. PWD 257 "/" is current directory. SYST 215 Windows_NT Host type (S): Microsoft NT PASV 227 Entering Passive Mode (192,168,1,70,4,49) connecting to 192.168.1.70:1073 - - connecting to 192.168.1.70:1073 Connected to 192.168.1.70 port 1073 LIST 125 Data connection already open; Transfer starting. Received 513 bytes in 0.1 secs, (50.00 Kbps), transfer succeeded 226 Transfer complete. receiving stuff.txt as stuff.txt (1 of 1) Saving restart info for Ipswitch - stuff.txt TYPE I 200 Type set to I. PASV 227 Entering Passive Mode (192,168,1,70,4,50) connecting to 192.168.1.70:1074 - - connecting to 192.168.1.70:1074 Connected to 192.168.1.70 port 1074 RETR stuff.txt 125 Data connection already open; Transfer starting. Received 0 bytes in 0.1 secs, (0.00 bps), transfer succeeded 226 Transfer complete. sending certnew.p7b as certnew.p7b (1 of 1) PASV 227 Entering Passive Mode (192,168,1,70,4,51) connecting to 192.168.1.70:1075 - - connecting to 192.168.1.70:1075 Connected to 192.168.1.70 port 1075 STOR certnew.p7b 125 Data connection already open; Transfer starting. Transmitted 1134 bytes in 0.1 secs, (110.00 Kbps), transfer succeeded 226 Transfer complete. MDTM 20040211201227 certnew.p7b 550 20040211201227 certnew.p7b: The system cannot find the file specified. PWD 257 "/" is current directory. TYPE A 200 Type set to A. PASV
227 Entering Passive Mode (192,168,1,70,4,52) connecting to 192.168.1.70:1076 - - connecting to 192.168.1.70:1076 Connected to 192.168.1.70 port 1076 LIST 125 Data connection already open; Transfer starting. Received 565 bytes in 0.1 secs, (50.00 Kbps), transfer succeeded 226 Transfer complete. ========================== I configured the FTP policy for upload and download. Then I configured it for download only. It worked both ways.
Maybe a problem with Serv-U?
HTH, Tom
|