Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

use FTPClient() with server Mega.Nz


kokihualpa May 16, 2020 08:46 PM

Hi

I am tryng send files with FTPclient() to the server mega.nz but I cant. I dont know what is wrong. Can you help me?

Const IPAdress As String ="mega.nz"

User As String ="jorgel_hamable@hotmail.com"

Pass As String ="k0ki"

Public FTPSuccess As Boolean

Const putgetoption=2

DataTable(TBE32,True,-1)
DataInterval(0,10,Min,10)
TableFile ("USR:32HorarioBckp",8,1,0,1,Day,outstat,LastFileName(1))
Average(1,RTD_C2m,FP2,DISABLEVAR1)
Average(1,RTD_C8m,FP2,DISABLEVAR2)
Average(1,GradienteRTD_C,FP2,DISABLEVAR3)
Average(1,SlrkW,IEEE4,False)
WindVector (1,Velocidad,Direccion,FP2,DISABLEVAR4,0,0,1)
EndTable

slowsequence

Scan (5,Min,0,0)

If TriggerFTP AND IPAdress <>"" AND User<>"" AND Pass<>"" Then
TriggerFTP=false
FTPSuccess=FTPClient (IPAdress,User,Pass,LastFileName(1),"TB.dat",putgetoption)
EndIf

nextscan

Log in or register to post/reply in the forum.