Topic by Jarel Birck da Silva
Content
Hi All,
I have to implement a new functionality that demands that I send all the Attachments of a Custom Object through FTP when a user press one specific button on the Object's Workspace. I want to use the .NET API to do that (I don't want to use CPM).
I thought about writing a code to download the file(s) to the user's temp directory and then sent it through FTP using WebClient class.There is a way to download the attachments of an object only using the .NET API, without using the SOAP API?
Regards,