Using your FTP site

If you have Standard, Advanced, or Developer Web service, Panix will provide you (upon your request) with a FTP site within your domain (ftp://ftp.yourdomain.com/). This site will allow anonymous FTP file transfers (that is, anyone in the world can FTP to your site, log in as 'anonymous' and access certain directories and files you have set up as world-accessible) within your domain.

Non-anonymous (i.e. password-protected) FTP is also available as an add-on to your anonymous FTP site. To apply for a range of user IDs which will enable people to have individual accounts on your FTP site, please fill out this form.

What are the basic commands for FTP administration?

When your FTP service is set up, Panix creates a link to your FTP space in your home directory. The name of the link will be ftp-[your-domain].

When created, your FTP site has the following subdirectories:

etc
etc contains the password file for your site. Do not edit this by hand.
pub
pub is the default place to put files available for download.
It is up to you to create any other directories you require. Use the commnds mkdir and rmdir as you would in your shell account.

What are the commands for non-anonymous FTP administration?

FTP site administration involves four commands. In all examples, <hostname> means the name of your ftp site. This means ftp.yourdomain.com, not yourdomain.com.

ftp_chown <hostname> (username|userid) [files]
ftp_chown changes the ownership of several files on the command line to the username or userid you specify. The files on the command line are specified relative to the <hostname>'s root directory.
ftp_chmod <hostname> [files]
ftp_chmod changes the permissions on a file owned by one of the users in <hostname>'s root directory according to the permissions you specify in the parameter (an octal number with the same meanings as the octal number used by chmod.
ftp_passwd <hostname> [-u ]
ftp_passwd changes a password in the password file for a host. By default it will change the password of the person running the program. If the -u option is specified, it will change the password of the user after the -u parameter.
ftp_adduser <hostname>
ftp_adduser is an interactive program for adding a user to the password file for a host.
Users may also be added (and deleted) using the config.panix.com/shell tool. After you login, Navigate to 'Setup tools -> FTP administration'.

Last Modified:Friday, 02-Jul-2021 10:07:06 EDT
© Copyright 2006-2021 Public Access Networks Corporation