Gambas/Networking con Gambas

TCP editar

UDP editar

HTTP editar

FTP editar

PRIVATE theFTPClient AS NEW FtpClient

PUBLIC SUB Button1_Click () theFTPClient.URL = "ftp.cipecip.altervista.org/sicurezza.png" theFTPClient.User = "cipecip" theFTPClient.Password = "jackuto71"

theFTPClient.Put ( "/home/pi/sicurezza.png") END