FTP Clients of Polymer.chem.cmu.edu

The purpose of this document is to inform our FTP (File Transfer Protocol) clients as to the nature of their accounts with the Matjaszewski lab server, "Polymer.chem.cmu.edu". Our goal with this service is to assign each collaborator of the Matjaszewski lab with an accessible FTP account to enhance our lab's abilities to share information and ideas.

With FTP, files can be distributed in a common format, either ascii or binary depending on what program has created the file. Word documents, Wordperfect documents, Powerpoint figures, JPEG compressed pictures, GIF formatted files, encapsulated postscript (*.eps) files, .... can all be sent via binary mode FTP with no conversion of format. This eliminates the need for email enclosures and provides a central location from which to distribute information.

For Windows 95 users FTP is a command built into the operating system provided the TCP/IP protocol has been installed on the resident computer. Macintosh users should have available to them the MAC/TCP (Open transport 1.x) contol panel for configuration of their internet connection. Software support for FTP on Windows 95 is provided here:

-trial version of WinZip95

-Shareware version of WS-FTP32

(WinZip95 is needed to unpack the WS-FTP Software. Click on WinZip95 to download winzip 6.X onto your local '95 Machine. Run the WinZip95.exe by double clicking the executable's icon or from the Start Menu choose Run and type in the command line window, path/winzip95.exe. This will install winzip 6.x. Use Winzip to extract Ws_FTP32.zip into an empty folder. Follow instructions provided with the WS_FTP32 software to install this Windows friendly software)

Software support for Macintosh users is provided here:

-Shareware version of Fetch 3.0.1

-Fetch 3.0.1's README file

Some basic FTP commands:


FTP

~ opens an FTP session

open <server name>

~ connects local computer to <server name> and initiates login sequence on remote computer.

ls

~ list files

cd

~ change directory

get <filename>

~ open link for communication and tranfer <filename> FROM polymer.chem.cmu.edu TO your computer.

put <filename>

~ open link for communication and tranfer <filename> FROM your computer TO polymer.chem.cmu.edu

mget <filename string>

~ multiple file get

mput <filename string>

~ multiple file put

binary

~ type set or mode of file transfer. Binary is basic binary transfer from one machine to another. The replicated file is matched bit for bit between the receiving computer and the transmitting computer.

ascii

~ type set or mode of file tranfer for sending files having character sets within the ascii-format type set.

quit

~ quit FTP session


Login ID's and Passwords are controlled at the administative level of our server. To change your password, notify the server administrator, BY PHONE (By phone for security reasons. emailing of passwords is too risky).

A sample login for our server and transfer of a WORD document named Doc1.doc is given below:


drive:\> <FTP polymer.chem.cmu.edu>

-Open an FTP session with the server Polymer

login: <login name>

-Enter login ID

password: <Assigned Password>

-Enter assigned password

FTP> <binary>

-Convert to binary mode for WORD document transfer

FTP> <put Doc1.doc>

-Send file "Doc1.doc" TO Polymer.chem.cmu.edu FTP account

FTP> <quit>

-End FTP session

RULE of THUMB ***When in doubt, use <binary> for document tranfers.***


Happy FTPiing!

Return to Matyjaszewski home page


Dr. Karl E. Kauffmann < kk2k@ironwise.chem.cmu.edu >