2009 Jul 14 7:07 AM
Hi All,
I am trying to get the data from FTP server.
The path in the server is /NAUSP1/30-DRY-RUN/04-DELIVER/Quality/text.xls
Can any one please let me know the command to Navigate to the path and pick up the file.
I tried using the command "lcd /NAUSP1/30-DRY-RUN/04-DELIVER/Quality/", but it is not working.
Please help me on this.
Priyanka
Edited by: Priyanka Neelam on Jul 14, 2009 8:17 AM
2009 Jul 14 7:20 AM
Hi,
lcd /NAUSP1/30-DRY-RUN/04-DELIVER/Quality/
Change to
cd /NAUSP1/30-DRY-RUN/04-DELIVER/Quality/, " It is not lcd - it is cd
2009 Jul 14 7:28 AM
Hi,
lcd over here is Local Directory which is your computers local directory.
Instead of using lcd command use cd command or chdir which changes the directory to the path you have mentioned and use get command to pick the file from the FTP server.
Regards
Sarves
2010 Jan 13 7:01 AM