to be clear:

- set the protocol to ftps:// if you want to use implicit FTPS
- set the protocol to ftp:// and add the option USE_SSL if you want to use 
explicit FTPS

also, setting a "CAINFO" path and "SSL_VERIFYPEER" to 0 contradict each other.

> 2017/12/24 1:27、ADeeg via 4D_Tech <4d_tech@lists.4d.com> のメール:
>
> OB SET($options;\
> "URL";"ftps://ftp.node.de/auto2.png";\
> "USERNAME";"myuser";\
> "PASSWORD";"mypass";\
> "SSL_VERIFYHOST";0;\
> "SSL_VERIFYPEER";0)
>
> $createMissingDir:=1
>
> $cacert:=Get 4D folder(Current resources folder)+"cacert.pem"
> OB SET($options;\
> "CAINFO";$cacert)  //need this for ftps
> $path:=System folder(Desktop)+"auto2.png"




**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to