Posted On March 31, 2019

How To Set Up an FTP Server in Windows Server 2003

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How To Set Up an FTP Server in Windows Server 2003
Turn on FTP service:
 
Setup Home folders and security features:
 
Remember to allow “write” access to the service account onto those home folders

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Quickly Test Connectivity from a List of Sources toward a Destination on a Specific Port

# testRemotePort.ps1 $connectFrom=@' windows1 windows2 '@ $connectTo=@' \\servername\sharename '@ $testPort=445 $sources=@($connectFrom -split "`n")|%{$_.Trim()} $destinations=@($connectTo -split…

How to increase the database size limit on Exchange 2003 SP2

Connect to the Server that is running Exchange 2003 SP2 Click Start > Run >…

Remote Desktop Logon Error: ‘the user account used to connect to remote PC did not work

Symptom: The user account did not work error Resolution:In the instance that we've experienced, it…