> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Howard Brazee > Sent: Tuesday, July 28, 2009 9:48 AM > To: [email protected] > Subject: FTP to Unix directory with spaces > > I'm trying to do a FTP with the following: > > cd /ps/cs90ftp/conversion_files/CC/extract/Files for Production > > put 'UMSDEV.QA06.CCITFULL.D090714' citizen_D090714.dat > > I try putting single and double spaces around the destination > directory, > but the IKJEFT01 gives me a SYSTEM COMPLETION CODE=0C9 REASON > CODE=00000009 when it tries, but fails to change the directory. > > How do I handle the Unix spaces in the directory name?
You likely need to "escape" the spaces with a reverse solidus (backslash to the "unwashed masses" <grin>). cd /ps/cs90ftp/conversion_files/CC/extract/Files\ for\ Production -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * (817)-961-6183 cell [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

