Cygwin includes an ftp client. For that matter, windows includes an ftp client (it's undocumented, but for the most part it's a strict subset of the cygwin ftp command, so you can use the cygwin documentation for it with a bit of experimentation).
If I recall correctly you can do something like ftp -n <commands were commands is a text file that might look something like: open host user username password cd directory put file put file get file get file bye -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
