Hi Community,
I hope somebody can help me with my ftps issue.
net library latetst = 1.53
Sub OpenftpsConnection
FTP.PassiveMode=True
FTP.UseSSL = True
FTP.UseSSLExplicit = True
FTP.UploadFile(File.DirDefaultExternal, "1.txt", True, "1.txt")
' Show Dialog Progress - Todo
End Sub
I got the error :
-
Thanks
I hope somebody can help me with my ftps issue.
net library latetst = 1.53
Sub OpenftpsConnection
FTP.PassiveMode=True
FTP.UseSSL = True
FTP.UseSSLExplicit = True
FTP.UploadFile(File.DirDefaultExternal, "1.txt", True, "1.txt")
' Show Dialog Progress - Todo
End Sub
I got the error :
-
Thanks