I tried with the library B4a Auto FTP but I get error.
And I wanted to know if there is a library for sending emails. thanks
B4X:
FTP.Initialize("",Me,"server","user","password",21,True,False)
FTP.UpLoadFile(File.DirApp,"/",FileName)
FTP.Close