Re: ftp upload synchronization tool
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
Andy Ruhl wrote:
> The built in ftp
> client can't create directories, or I would use it (using an input
> file in a loop).
But it can?
$ man ftp | col -b | sed -ne '/ mkdir/,/remote/p'
mkdir directory-name
Make a directory on the remote machine.
--jkl