windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Posts Tagged ‘FTP’

How to secure FTP Server

AUTHOR: Gabriel
16.09.2009

FTP [File Transfer Protocol] used to transfer files over network. FTP is a part of Internet Information System (IIS).
As this a protocol used for file transfer, it must be secured
Following are some of the tips to secure your FTP web sites -
1]
“Permission” - is one of the most important factor needs to be consider [...]

Read Full Post

Storage Area Network (SAN) is a technology which allows you to attach remote storage device to your server so that you can store your data/backup etc. on it.
Basically SAN is used as Backup Device.
This device device treated as locally attached device when you connect it to your server hence a can be termed as high [...]

Read Full Post

Create FTP site on plain Windows Server

AUTHOR: Gabriel
12.03.2009

FTP (File Transfer Protocol) is a network protocol used for data transfer from one computer to another.
FTP allows a user to connect remote location without having full access to server.
FTP user is assigned with a specific location/part/space of server. This FTP user can be easily create with few steps in IIS.
We will have to first [...]

Read Full Post