Name: Liliya Date: March 15, 2004 at 13:35:21 Pacific Subject: ftp/get command usage OS: XP home CPU/Ram: 220
Comment:
Hello, I'm trying to move my .cpp files from a remote unix box onto my XP desktop. I'm using the ftp command to log in, then I'm using the get command to copy my .cpp files. The commands get successfully executed, but I can find the files that are copied. Here is what I do: get filename.cpp folderNameOnMyCdrive
Try this: 1. At your XP box, go to the directory you want the file to keep. 2. Then ftp to the unix box. 3. Get the file you want like this >> get filename.ccp <<. 4. When finish, disconnect and back to your XP box, you can find your filename.ccp in the directory you want to keep it.
windoze does not have the right slant on file paths. e.g., unix p/b/c/d =~ windoze c:\p\b\c\d. Perhaps ftp follows unix convention. If you are still having problems, cd folderNameOnMyCdrive ftp .... get file.cpp or mget *.cpp
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE