This FTP account may be used for uploading files related to the PiTrex project. Files uploaded will be publicly viewable and downloadable on the web at: http://computernerdkev.heliohost.org/pitrex/ftp/ Unless they are in the "private" directory within everyone's personal directory, the contents of which are password protected. Preventing web access to other files is also possible by editing/adding the .htaccess file in the same directory with the following: RewriteEngine On RewriteRule "^[FILENAME]" "/goaway.htm" [NC,R] Where [FILENAME] is the name of the file that you want to prevent access to from the web. Total contents should not exceed 1000MB, and if things get towards that limit, larger files may be at risk of later deletion if one day I decide that I need more room. Set the permissions of directories to "755" for them to be viewable via the web. (user: read, write, exec | Group: read, exec | Other: read, exec). Regards, Kevin Koster.