On Tue, 28 Jul 2009 08:48:02 -0600, Howard Brazee wrote: >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? > This is entirely client-dependent. What's your client?
I can do the following: u...@mvs:128$ ftp IBM FTP CS V1R7 Connecting to: ... port: 21. 220 ... FTP server ready. Command: cd "extract/Files for Production" >>> CWD extract/Files for Production 250 CWD command successful. Command: pwd >>> PWD 257 "[$HOME]/extract/Files for Production" is current directory. Command: I suspect accessing a file with a newline in its name would be harder. -- gil ---------------------------------------------------------------------- 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

