Webhosting Uploading Pages: Difference between revisions
Appearance
Content deleted Content added
Warn that username and password are sent in plain text (can AAISP spell FTPS ?) |
m Executing code snippets |
||
| Line 39: | Line 39: | ||
*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 |
|||
**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. |
|||
==rsync== |
==rsync== |
||