Hi,
 
I'm trying to use lftp to get a file on a mainframe.
 
Once I'm connected, I'm in the 'UAGS.' directory
I need to get PILOT.AGS.EXTR.INTEREST(0)
 
Normally on the mainframe, we put the file name between single quotes:
get 'PILOT.AGS.EXTR.INTEREST(0)'
 
It is the equivalent on Unix to put à slash at the beginning to say that the file is not in the current directory but related to the root dir:
get /pilot/ags/extr/interest
 
However when I type
lftp myHost -e "get -a 'PILOT.AGS.EXTR.INTEREST(0)' -o myLocalFileName"
I get
get: Access failed: 501 A qualifier in "UAGS.'/'UAGS.'/'UAGS." begins with an invalid character (PILOT.AGS.EXTR.INTEREST(0))
 
 
Jérôme Savard
Standard Life Canada
[EMAIL PROTECTED]
 
 

Reply via email to