Back to Browse

Perform FTP Operations via curl Using VBA

665 views
Sep 10, 2024
48:37

In this video, I will demonstrate how to implement curl via VBA to perform standard FTP operations, including: • Directory file listing • Checking if a file exists • Checking if a directory exists • Uploading a file • Downloading a file • Deleting a file • Creating a directory • Deleting a directory The great advantage of using curl is that it is built into Windows 10 and 11, meaning there’s no need to deal with APIs, bitness issues, or third-party software installations. We can simply use the Shell command to execute straightforward command prompt commands, making this solution compatible with any VBA application (Word, Excel, Access, etc.)! Article(s) on this Subject: • https://www.devhut.net/perform-ftp-operation-via-vba-using-curl/ Article on Curl E-mailing: • https://www.devhut.net/vba-send-email-using-windows-10-curl/ curl Manpage (Help file): • https://curl.se/docs/manpage.html My Links: 🏭 https://www.cardaconsultants.com/ (business) 📢 https://www.devhut.net/ (blog)

Download

0 formats

No download links available.

Perform FTP Operations via curl Using VBA | NatokHD