Re: Calling ftp commands from python
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Calling ftp commands from python

From: Robert Kern <rkern@ucsd.edu>
Date: Wed Aug 31 2005 - 23:08:43 CEST

Thierry Lam wrote:
> Is it possible to run an ftp command to connect to some remote computer
> on the network.

If the remote computer is running an ftp server, yes. If not, no.

> For example, if I want to retrieve some data from
> \\remcomputer\datafiles on the network and copy it to my local
> computer, how do I do it in python on the Unix side?
>
> I don't want to use mount since I don't have permission.

http://miketeo.net/projects/pysmb/

-- 
Robert Kern
rkern@ucsd.edu
"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter
Received on Thu Sep 29 18:10:55 2005