|
Enter an FTP subcommand.
Enter an FTP subcommand.
On 15-Jul-2014 08:47 -0500, Jeff Young wrote:Having
On 15-Jul-2014 08:14 -0500, Jeff Young wrote:
I managed to solve the initial issue with the database extension,
but now have another problem.
The file that I am attempting to send has embedded blanks in the
name, and is a long name - 15012014 Creation Report.txt
I have tried to place quotes around it, but it still can not find
the file. When I change the name to use the _ character instead of
blank, I receive an error 5012014_Creation not found. Is there a
limit on the size of the file name in the PUT sub command?
I managed to solve the problem.
It appears that even though I used the locsite namefmt 1 command and
set the local directory using the lcd command, the put command needs
the full path name with the file or I get errors.
Specifying the path name is optional, if the named file is in the
Current Directory that has been established within the FTP session.
correctly placed "quotes around" the name with embedded blanks, the PUThaving
should function as expected.
Once I used the full path name, and surrounded the file name with
single quotes, it worked fine. <<SNIP>>
After LCD FTP subcommand is used to establish a pathname outside the
default in /QSYS.LIB, the PUT should locate the named file within that
newly establisehd Current Directory [outside of /QSYS.LIB]. Simply
delimited the file name with either double-quote or apostrophecharacters,
just as was noted to be successful when fully qualified with thepathname.
There should be no reason to specify the path redundantly; if an errora
persists, either something was still incorrect in the setup, or there is
defect. The following script should successfully PUT the data from athe
client localfile name that includes embedded blanks] from within the
current directory [of the FTP session], into a file named tofilename at
server:list
LOCSITE NAMEFMT 1
LCD /myChosenDirectoryPath
PUT "15012014 Creation Report.txt" tofilename
--
Regards, Chuck
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.