Dears,
I'm trying to download a list of files from a MVS system (mainframe) using
datasets.
I havent in any forums or documentation found news about my problem.
I think that wget with ftp try to separate directory and subdirectories with
a slash "/" and MVS have datasets separated by periods "."
I need this solution because simple ftp on a shell script don't give a right
response if a file has to be downloaded or not (the '$?' is always 0)
and wget give to me a good track....
if i try normally to connect to ftp i can reach on MVS my 'USER'
folderr/dataset, then with a cd 'MY.PREFERRED.DIRECTORY' and with get
'MYFILE'
{or alternatively with a direct  get 'MY.PREFERRED.DIRECTORY(MYFILE)' } i
complete my efforts.
With wget i reach my 'USER' folder/dataset, but wget try to found
'MY.PREFERRED.DIRECTORY' under 'USER'.
In which way can i solve this problem? is there a workaround about?
May you suggest me a manteiner/specialist that work directly on this kind of
systems (mainframes???)
Thank you in anticipation
Tomas Basso
Italy

-- 
tomas basso

Reply via email to