That's a very broad question. You could email it to yourself, check out the IMAP, POP3, SMTP modules.
Alternatively, you could create an FTP session. Check out ftplib. Once you've got it you can use the CSV module to read & parse it. Have fun. Liam Clarke, On Tue, 14 Dec 2004 15:18:52 +0200, Johan Geldenhuys <[EMAIL PROTECTED]> wrote: > Hi, > I want to find out how to open a .cvs file on a remote Windows machine and > get file to my local linux folder. > > Any help would be appreciated. > > -- Johan > -- > This E-Mail has been scanned > Enjoy your day > _______________________________________________ > Tutor maillist - [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/tutor > > > -- 'There is only one basic human right, and that is to do as you damn well please. And with it comes the only basic human duty, to take the consequences. _______________________________________________ Tutor maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/tutor
