FTP and aspx

  • Thread starter Thread starter GSK
  • Start date Start date
G

GSK

can someone do ftp and download all aspx pages from a web
site.? Is there a way to stop this.?
Thanks
 
Hello

Yes, and there are ways to stop this:

- Don't install or disable the FTP service on the server
- If you want to use FTP yourself but restirct others:
- use a difficult to crack password for FTP (i.e. long password,
with numbers, special characters, small and capital letters). But be warned
that FTP client sends the password to the server in clear text,. So it can
be sniffed.
- Restrict FTP Access to trusted IP addresses only using IIS or
Firewalls

Best regards,
Sherif
 
Thanks
-----Original Message-----
Hello

Yes, and there are ways to stop this:

- Don't install or disable the FTP service on the server
- If you want to use FTP yourself but restirct others:
- use a difficult to crack password for FTP (i.e. long password,
with numbers, special characters, small and capital letters). But be warned
that FTP client sends the password to the server in clear text,. So it can
be sniffed.
- Restrict FTP Access to trusted IP addresses only using IIS or
Firewalls

Best regards,
Sherif




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ASP.NET login page to FTP ??? 2
FTP Site 2
FTP problems 3
FTP options in .net 1
Publishing website 1
aspx files keep rendering source code? 2
Upload and server FTP 2
Web Deployment. FTP. 1

Back
Top