Previous Topic: Download Files to Mainframe through a PC

Next Topic: Create a Product Directory from the Pax File

Example FTP Commands

This list is a sample of FTP commands to upload the pax file from your PC to your USS Pax-Enhanced ESD directory:

ftp mainframe     
userid            
password         
bin               
lcd C:\PC\folder\for\thePAXfile
cd /yourUSSESDdirectory/         
put paxfile.pax.Z            
quit
exit