ThomasMaul / FileTransfer_Class

Class for filetransfer with ftp/sftp/ftps via curl, dropbox and gdrive support
MIT License
6 stars 3 forks source link

Various little fixes #3

Closed kneussmichael closed 2 years ago

kneussmichael commented 2 years ago

Everything was working fine in interpreted (from your test_curl method) but it wasn’t in another project as a compiled component.

Every change was tested in compiled mode with the FTPS protocol.

ThomasMaul commented 2 years ago

thanks for your help