I'm trying to set up an FTP server. I'm no IIS guru! I have installed IIS & have configured the default FTP site to point to a specific port. I have opened up the firewall to allow ftp traffic thru that port. I know I can get to the site because I have tsweb enabled & have no problem getting in.
When I try to connect thru a FTP client I get:
Connecting to: FTP Server
Connection Established
220-Microsoft FTP Service
220 Here it is!!!
Connected to: FTP server
USER anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
PASS
230-Wanna get some files??
230 Anonymous user logged in.
SYST
215 Windows_NT
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PORT 1internal ip,18,249
500 Invalid PORT Command.
Here's thru a browser I get the error
FTP Folder Error
Windows cannot access this folder. Make sure you typed the file name correctly & that you have permission to access the folder.
Is it NTFS or Share permissions on the FTP directory? I think it's installed correctly & I'm having a problem somewhere with the configuration.
Please don't tell me to run SSH:>)
When I try to connect thru a FTP client I get:
Connecting to: FTP Server
Connection Established
220-Microsoft FTP Service
220 Here it is!!!
Connected to: FTP server
USER anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
PASS
230-Wanna get some files??
230 Anonymous user logged in.
SYST
215 Windows_NT
PWD
257 "/" is current directory.
TYPE A
200 Type set to A.
PORT 1internal ip,18,249
500 Invalid PORT Command.
Here's thru a browser I get the error
FTP Folder Error
Windows cannot access this folder. Make sure you typed the file name correctly & that you have permission to access the folder.
Is it NTFS or Share permissions on the FTP directory? I think it's installed correctly & I'm having a problem somewhere with the configuration.
Please don't tell me to run SSH:>)