THogland
Joined: 26 Sep 2005 Posts: 33
|
Posted: Sat Oct 01, 2005 7:49 pm Post subject: Multiple FTP uploads? |
|
|
From what I've been able to determine there's *no* weather software that will allow multiple FTP upload locations (although I haven't been buying commercial software to see if it's possible).
I can see two possibilities offhand - first, either the .conf file could have sections of keywords, perhaps by sections like [ftp1], [ftp2] etc. or just by reading the file from the first 'host' line through whatever, then start a new one when it hits the next 'host' line. This might also be possible by allowing wviewftpd to be fed a .conf file on startup, rather than using wviewftp.conf by default.
Or, maybe have the ability to run multiple 'wviewftpd' daemons, say as 'wvftp1d', 'wvftp2d', etc. and have them use the correspondingly named .conf file - wvftp1d -> wvftp1.conf and wvftp2d -> wvftp2.conf for example. |
|