Re: [Tutor] sftp in python without using pysftp or paramiko

2018-10-21 Thread Steven D'Aprano
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

Re: [Tutor] sftp in python without using pysftp or paramiko

2018-10-20 Thread Alan Gauld via Tutor
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

[Tutor] sftp in python without using pysftp or paramiko

2018-10-20 Thread Asad
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 __