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: Update CSV File Using Active Directory

# adAccountsCsvUpdate.ps1 $originalCsv='C:\Users\rambo\Desktop\kimconnectUsers.csv' $newCsv='C:\Users\rambo\Desktop\kimconnectUsers-processed.csv' $newEmailSuffix='@kimconnect.com' $newOu='OU=Test,DC=kimconnect,DC=com' function adAccountsCsvUpdate{ param( $originalCsv, $newCsv, $newEmailSuffix, $newOu ) function…

Fixing ‘RPC Server Not Available’

Overview: RPC requires these follow ports to function properly: RPC TCP 135 RPC randomly allocated…

Default Ports for Various Common Services

Although it is recommended that these default ports be changed whenever possible to add an…