windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Posts Tagged ‘File’

Enable PING on Windows 2008 server

AUTHOR: Gabriel
25.10.2009

Hello,
I am writing this article as I was unable to ping a Windows 2008 server and I wanted to add it in a monitoring system.
The monitoring system I was using a third party system which try to contact server at some specific ports, telnet and ping etc. to check connectivity.
By default Windows server 2008 comes [...]

Read Full Post
Comments Off

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

Master File Table (MFT)

AUTHOR: Gabriel
29.07.2009

What is Master File Table (MFT) ?
MFT stands for Master File Table.
MFT is nothing but a table which contain detail information about each and every file and folder on a NTFS partition like a relational database table in SQL.
MFT is at central of NTFS and acts as a starting point of NTFS operations.
NTFS creates a [...]

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