Temporary FTP

Revision as of 16:32, 20 March 2012 by Jdean (Talk | contribs)



Temporary FTP is useful for sharing files with others outside the college or university.
Each CAEDM account is allowed a temporary FTP site to share files with other people outside the college or university. FTP sites are available for 7 days with a possible extension for an additional 3 days. Temporary FTP sites are issued a temporary username and password. Temporary usernames and passwords may be given to anyone. There is a limit of one temporary FTP site at a time.

Managing a Temporary FTP

The CAEDM Account Manager is used to manage temporary FTP sites. It contains the username, password and link to access the FTP site as well as creating, extending and deleting FTP sites.

Creating a Temporary FTP

To Create a Temporary FTP:

  • Login to the CAEDM Account Manager
  • Click the link called "Temporary FTP" on the left hand side.
  • Click the button named "Create new FTP Site". (Note: It may take up to 5 mins for your FTP to be enabled)
  • You will see that your site has been created but the username and password have not yet been assigned. Refreshing the page will show your FTP username and password.

Extensions

If the seven day life span is not sufficient, each Temporary FTP site has the option to extend for an additional three days.

To Extend a Temporary FTP:

  • Login to the CAEDM Account Manager
  • Click the link called "Temporary FTP" on the left hand side.
  • Click the "Extend" button next to the temporary FTP site.

Deleting

To Delete an FTP site:

  • Login to the CAEDM Account Manager
  • Click the link called "Temporary FTP" on the left hand side.
  • Click the "Delete" button next to the temporary FTP site.

Accessing Temporary FTP Sites

Upon creating a temporary FTP site, an email will be sent to the user with the link to the ftp site. It will also contain a username and password for accessing the FTP site. This information can also be found on the CAEDM Account Manager under the Temporary FTP tab. To add files to FTP sites, use a FTP program and login using the temporary username and password.

Using Temporary FTP

FTP can be accessed directly from a browser (eg. ftp://Flkcbn:KxMiZf%2F2@ftp.et.byu.edu/). From an FTP client, there will be put/get commands to transfer files to and from the FTP site. For example, to access ftp from a linux terminal type:

     ftp ftp.et.byu.edu

A prompt will appear asking for username and password. Use the username and password provided by the Temporary FTP Manager. This will bring up the ftp prompt which looks like this:

ftp>

To add files:

  • put FILENAME

To get files:

  • get FILENAME

To see the files in the current directory:

  • ls

To change to a different directory:

  • cd

Other commands and their functions can be found by typing "help" or "help COMMAND".

Security

FTP does not encrypt usernames or passwords which makes hacking FTP site relatively easy. Do not put any personal or sensitive information on a temporary FTP site.