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