I've been working with Dorgem (also on SF.net), a
webcam capture program. It has the fairly standard FTP
transfer feature for its captured images, but it also
has File, HTTP, and External Program.
File - Saves the latest export file to a filename of
your choosing (including date formatting).
HTTP (WebDAV) - Sends the latest export to a WebDAV
share--even with authentication.
External Program - Sends the most recent file to an
external program of your own choosing. This is my
favorite--I've got Dorgem sending the .jpg files to a
batch file that uploads them (POST method) to a PHP
form using curl. No WebDAV necessary!
I realize WebDAV is a lot more to ask of a VB macro
since it would likely have to use the buggy Windows
WebDAV client.
The "File" and "External Program" features look a lot
more doable and fairly straightforward.
Logged In: YES
user_id=291640
Looks like I didn't read closely enough--you've got the
"File" option already. Some other guy's request of a "mail
export" could be met by an "External Program" export as well.