Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Webhosting Uploading Pages: Difference between revisions

m
(Warn that username and password are sent in plain text (can AAISP spell FTPS ?))
 
(2 intermediate revisions by 2 users not shown)
 
=Uploading pages by FTP=
You access your web site using ftpFTP (file transfer protocol). You can do this directly from some applications that allow design of web pages. Most ftpFTP clients work with no problems.
 
The ftpFTP host (the machineserver you connect to) is your web site name for which you have a suitable DNS entry, e.g. www.testing.me.uk. By default, a DNS entry is set up for the www subdomain of your domain which points to our web servers www-server.co.uk. This means you should be able to FTP direct to the server www-server.co.uk if you don't yet have a suitable DNS entry (for example, setting up web space before moving to us).
The username you use (login name) is also the web site name, e.g. www.testing.me.uk. This can be any subdomain of an entry for which you have set a password, e.g. people typically make a password for the top level, e.g. testing.me.uk, but log in as www.testing.me.uk which places them in the www subdirectory automatically on login.
You then find that your web site is in the /www/ directory (assuming you used a www. subdomain as the login). If you have other subdomains, such as www2.testing.me.uk then these are in a /www2/ directory, and so on.
 
The username you use (login name) is also the web site name, e.g. www.testing.me.uk. This can be any subdomain of an entry for which you have set a password, e.g. people typically make a password for the top level, e.g. testing.me.uk, but log in as www.testing.me.uk which places them in the www subdirectory automatically on login. You would then find that your web site is in the /www/ directory (assuming you used a www. subdomain as the login). If you have other subdomains, such as www2.testing.me.uk then these are in a /www2/ directory, and so on.
'''Warning:''' the username and password are sent in plain text. If you are worried by this, you might wish to use one-time passwords for web uploads.
 
'''Warning:''' the username and password are sent in plain text. You should only FTP from trusted networks (not public WiFi, for example) and you may wish to change your password after using FTP. We're aware this isn't optimal, and plan to improve it in future.
 
[[File:Webhosting-ftp-indexhttp.png|300px]]
==FTP Errors and Problems==
*'Your FTP Client Appears to be broken' entries in directories
**The '''client is sending ls -L to list the directory''', this is invalid. In gFTP (Linux) this can be resolved in the preferences there is an option not to 'resolve remote symlinks'
*Passive mode FTP will be required if the user is '''behind a firewall or NAT''' (This will be an option in their FTP client)
*Adobe Contribute
**Its default settings do not work with our ftp server, you'll need to change the 'FTP performance optimization' option to be disabled.
**The Windows command line FTP program doesn't support passive mode - use another client, sorry.
*Seem to be firewalled or blocked access to FTP:
**We will block IP addresses that use a '''wrong username or password''' multiple times. We will block an IP for an hour in these cases.
*Your script produced no output
**Because scripts are allowed everywhere, trying to serve a web page which is the source code of a script can easily go wrong - with the web server trying to execute it. Putting a blank line before the #! line can stop the web server trying to execute it.
*Files missing? If you uploaded a file, but you get a 404 not found error - check the CaSE of the filename, as the '''webserver is case sensitive'''.
 
==rsync==
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,442

edits