And of course you can use task or shell foreign from J to do it. See pacman.ijs for examples.
--- Raul Miller <[EMAIL PROTECTED]> wrote: > 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 > ____________________________________________________________________________________ Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
