I'm trying to write a script that transfers files from/to sftp on an Unix server, creates directories and takes a list of files on sftp in the same format for time stamp/file name/file size.
It's my first experience with Python. Also I have the limitation: I have to use only standard library without Paramiko etc. Input parameters: host, port user name / pass, path.
How to establish a connection using login/pass?