FTP error, it is not clear why it gives me this error "(RuntimeException) java.lang.RuntimeException: 550 SSL / TLS required on the control channel"
connection example
help Thanks.
connection example
help Thanks.
FTP:
Dim ftp As FTP
ftp.Initialize("FTP", "IP", 21, USER", "PASSWORD")
ftp.PassiveMode = True
If ftp.IsInitialized=True Then
Log("OK FTP!") '
End If
ftp.UploadFile (File.DirRootExternal, "Camera.png", False, "/Camera.png")