Updated curllib4RB
From its home page:
Features:
There are three methods available:
- getFTP(URL As String, targetFolderItem As FolderItem, isSSL As Integer)
- putFTP(file2upload As FolderItem, Login As String, Pwd As String, URL As String, isSSL As Integer)
- curllib.getHTTP(URL As String) As String
isSSL can be set with: curllib.SSL_TRANSFER and curllib.NO_SSL
This little dylib was meant to be used mainly for [S]FTP transfers, but since it’s all there, I added the HTTP[S] get, and could possibly add more. Useful for quick jobbies, I guess…
