Accessing a website's directory in IIS from File Zilla
Posted
by
Cdeez
on Server Fault
See other posts from Server Fault
or by Cdeez
Published on 2012-09-01T09:17:00Z
Indexed on
2012/09/01
9:39 UTC
Read the original article
Hit count: 328
I have my Asp.net website deployed in my IIS's Virtual directory. Usually a FTP software like File Zilla is used to upload files to a website's directory from a remote system. File Zilla asks for a Host name, Username, password to connect to the remote server.
Now all I want is my users in LAN should be able to access this directory from their system using FTP software like FileZilla. So how can I provide the Host name, username and password to my website's directory.
I tried to find it on google but no help. Detailed steps please. Its IIS 5.1 version.
© Server Fault or respective owner