Facing problems when FTPING file from server to local (Very Urgent)

Hi,

when i am trying to FTP one file (test.txt) from Unix server to my local machine then i am getting the following error, as shown below

ftp> binary
200 Type set to I.
ftp> put C:\FTP\test.txt
C:FTPtest.txt: No such file or directory
ftp>

The red color text is the error.

Can anybody tell me how to do this?????????

Thanks

Hi,
Try to 'lcd C:\FTP' before 'put test.txt'

Hi sorry but i didnot get the meaning of 'lcd C:\FTP' before 'put test.txt'

can you please tell me that what is the meaning of lcd???

Looks like it's interpreting the backslashes. Try doubling them, or using forward slashes. Or simply switch to a different client.

Try the lcd command and see what happens; see the help for your ftp client to understand what it means. If it's not supported, again, try find a better client.