On Sun, Oct 21, 2018 at 12:44:23AM +0100, Alan Gauld via Tutor wrote:
> On 20/10/18 21:07, Asad wrote:
> > hi All ,
> >
> > I am looking to create a python script which logs in to the server and
> > copies the fie from ftp to local system .:
>
> The obvious answer is use pysftp.
> But your subjec
On 20/10/18 21:07, Asad wrote:
> hi All ,
>
> I am looking to create a python script which logs in to the server and
> copies the fie from ftp to local system .:
The obvious answer is use pysftp.
But your subject says you don't want to do that.
So the next option is for you to write your own
ver
hi All ,
I am looking to create a python script which logs in to the server and
copies the fie from ftp to local system .:
sftp a...@us.com 2100
password : xxx
sftp> cd /to_dir
sftp > get file1
sftp >exit
Please advice .
--
Asad Hasan
+91 9582111698
__