Re: Problem while copying the file
- From: "Sashi" <smalladi@xxxxxxxxx>
- Date: 21 Jul 2006 10:22:42 -0700
ranjeet.gu...@xxxxxxxxx wrote:
Hi All,
I am not so much familiar with Unix Enviorment, well I want to copy the
file from
the server to my machine.
so in fact I am dooing in the below way.
ftp server_name
log in to my account
Bin
put
view/ranjeet/aaa/bbb/ccc/ranjeet.file (local_File)
D:\Ranjeet\copied\ranjeet.file (Remote_File)
But I am getting the error as "view/ranjeet/aaa/bbb/ccc/ranjeet.file
file not found"
Please help me copying the file from my view on the server to my
machine.
Regards
Ranjeet.
It looks like you're running ftp from the command prompt on your PC.
"put" is to upload the file from your machine to the remote server and
"get" will ftp the file over from the remote machine to your PC.
So just do the following:
get view/ranjeet/aaa/bbb/ccc/ranjeet.file
where ranjeet.file is your remote file.
put D:\Ranjeet\copied\ranjeet.file
will upload the file from your PC to the remote machine.
HTH,
Sashi
.
- Follow-Ups:
- Re: Problem while copying the file
- From: ranjeet . gupta
- Re: Problem while copying the file
- References:
- Problem while copying the file
- From: ranjeet . gupta
- Problem while copying the file
- Prev by Date: Problem while copying the file
- Next by Date: cleanest way to check for file existence when name partially known
- Previous by thread: Problem while copying the file
- Next by thread: Re: Problem while copying the file
- Index(es):
Relevant Pages
|