Hi, currently i try to create a B4J app with ftp transfer. This transfer is currently possible with filezilla, but i want to automate it.
The ftp server uses ftps. adress and implicite TLS/SSL.
What steps are needed to make the connection in B4J.
All my examples end with
java.net.UnknownHostException: ftps://xxx.xxx.xxx.xxx: invalid IPv6 address"
Is it possible for you to disable IPv6 and just use IPv4?
Per Oracle.
Not all systems have support for the IPv6 protocol, and while the Java networking stack will attempt to detect it and use it transparently when available.
The first thing i have to do is to send a file to the server, then i get back my data.
If needed, i can send you the real username and password with pm.
Thanks,
Reinhard