Webhosting Uploading Pages: Difference between revisions
Appearance
Content deleted Content added
| Line 32: | Line 32: | ||
==FTP Errors and Problems== |
==FTP Errors and Problems== |
||
*'Your FTP Client Appears to be broken' entries in directories |
*'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' |
**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) |
*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 |
*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. |
**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. |
**The Windows command line FTP program doesn't support passive mode - use another client, sorry. |
||
*Seem to be firewalled or blocked access to FTP: |
*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. |
**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 |
*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. |
**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== |
==rsync== |
||