How do I change File Permissions using FTP?

Log into your account and go to the directory where the files are located. Highlight the file or directory that you want to change permission. Locate the “file permission” or “chmod” command on your FTP software software (you may need to refer to the manual or help file) There should be three groups. Each group should have either checkboxes or a selection for the permission type. 1. set pages to rw- for the owner, no permission for the group, and r–for other 2. set scripts to rwx for the owner, no permission for the group, and r-x for other 3. set data/config files to rw- for the owner, no permission for the group, and rw- for...

How do I access my FTP site?

First you’ll need an FTP client. A nice google search will turn up hundreds of programs to use. Once you have downloaded an FTP program, we suggest that you read the documentation in order to become familiar with its. Some examples are: Fetch http://www.dartmouth.edu/pages/softdev/fetch.html WS_FTP http://www.csra.net/junodj/ws_ftp32.htm CuteFTP http://www.cuteftp.com/Cuteftp/ Filezilla http://filezilla.sourceforge.net/ You’ll need to enter the ‘hostname’ of your site (often called a domain name or server, depending on the FTP program). For example, if your site is viewable at ‘www.yourdomain.com’, the hostname would simply be ‘yourdomain.com’. If your domain hasn’t been set up yet you can still upload your site directly to your server hostname or IP address. You should have received those in a welcome email. Next, you’ll probably be prompted for a username and password. These values should have been given to you when you first signed up. If you have any questions as to what they are, please open a support ticket. When you login via ftp, your web root is public_html folder. This is the folder where you need to upload your web site...

What is the difference for Windows OS unauthenticated licenses.

The unauthenticated versions of Windows Server brings all of the power of Windows Server Enterprise Editions except for applications that require Windows authentication services such as Microsoft Exchange Server, Microsoft Windows SharePoint Services, and Microsoft Office SharePoint Server. It cannot run Active Directory, but in every other aspect it is a fully featured Enterprise Edition...

How to enable alternate port in MailEnable?

Like exim on Linux or any other mailserver, ‘MailEnable’ in Windows can also run on two ports. In order to enable it follow the given steps: => Connect to the server via ‘Remote Desktop’. => Run “MailEnable Administrator’ that can be found in ‘Start’ menu. => Now collapse the ‘MailEnable Management’ then ‘Servers’ then ‘localhost’ and then ‘Connectors’ node. => Under the Connectors you will find a node ‘SMTP’. => Click right on ‘SMTP’ and then click on “Properties”. A ‘SMTP Properties’ dialog box will open. => Now go to ‘Inbound’ tab. => Check the ‘Also listen on alternate port’ check-box. => A text field will be enabled and here you can mention the required port say 26. => Click on ‘OK’ button. => Now restart the SMTP by clicking right on it and choosing ‘Stop’ and then ‘Start’ option. => Close the ‘MailEnable Administrator’ by saving the...