You need to allow TCP port 20 ALSO for FTP transmittal to work. Port 21 is the data port for FTP; 20 is the "control" port for FTP. So, open both ports up, and try it again.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
FTP server problem in IIS.
I am unable to access the files using FTP i.e., by typing ftp://xxx.xxx.xxx.xx/ (xx- ip address) in the web browser. There is a message :
**************************************
An error occured opening that folder on the ftp server. make sure you have permission to access that folder.
Details:
200 Type set to A.
227 Entering Passive mode (xxx,xxx,xxx,xx,7,216).
426 Connection closed; Transfer aborted.
*****************************
All the folders in the ftproot directory are displayed when ftp://127.0.0.1/ is typed in the browser.
I am not running the windows connection firewall. Only zone alarm is running and I hav given access to incoming data from port 21.
ftproot directory is kept in shared mored by right clicking on it and changing the permissions.
FTP server is configured for anonymous access and it is running. I can access all other FTP sites without any problem.
Also the http server is running perfectly when I type my IP addr. in the web browser.
NOTE : xxx.xxx.xxx.xx correspods to the systems ip addr.