Gambas/Networking con Gambas

De Wikilibros, la colección de libros de texto de contenido libre.

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