De Wikilibros, la colección de libros de texto de contenido libre.
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