PDA

View Full Version : http Problem



bhogasena
24th February 2009, 13:56
hi,
in server i have many *.Z files. now i have to download all these files. when i gave filename *.Z it is reporting as there is no such file name. can anyone help me how to download all files from server

talk2amulya
25th February 2009, 07:02
you cant download all files with .z extension just like that..u'd need to pass the specific file names and get them..i'd suggest u try to access the directory in which all the *.z files are..this might return names of all the *.z files..then u can run a loop and get them.