ftp command

Kenneth Brody kenbrody at spamcop.net
Fri Sep 11 09:02:09 PDT 2009


ROBERT PULLIAM wrote:
> I need to ftp a file from a unix box to a windows box - can anyone help me with the syntax?

c:\> ftp hostname

ftp> cd /path/to/file
ftp> lcd \path\to\save\file

ftp> binary   <== If file is binary
or
ftp> ascii    <== If file is text

ftp> get filename
ftp> quit


-- 
Kenneth Brody


More information about the Filepro-list mailing list