Skip to content

Search found 2 matches

transfer file via webdav?

We'd like to be able to transfer a file to a remote server via webDAV; what we have is a webDAV URL and authentication information. We run GoAnywhere Director on Windows. Any suggestions on how best to do this? Thanks!

Use a query to generate "to:" email list?

I'd like to run a SQL query, and then use the results of the query as the list of addresses to send an email to. For instance, the output of the query might be something like: name1@fakecompany.com name2@fakecompany.com name3@fakecompany.com which i can feed into a rowset variable. Can I then use th...