[LUGOS] Kopiranje na ftp server

Borut Mrak b at aufbix.org
Wed Aug 18 15:43:13 CEST 2004


On Wednesday 18 of August 2004 15:18, Dalibor wrote:
> Super. Probal sem tudi wget in dela prav tako.

Lahko pa tudi nekaj takega:

#!/usr/bin/python

import ftplib

hostname=xxx
username=xxx
password=xxx

ftp = ftplib.FTP(hostname)
ftp.login(username,password)
ftp.cwd('uploads')
ftp.storbinary('STOR pr0n.mpg', open('pr0n.mpg', 'r'))
  
-- 
Zakaj ravno mene?



More information about the lugos-list mailing list