[Tutor] use python to log to a remote supercomputer and transfer files
Alan Gauld
alan.gauld at yahoo.co.uk
Mon May 7 10:15:53 EDT 2018
On 7 May 2018, at 15:08, ruiyan <r-yan14 at mails.tsinghua.edu.cn> wrote:
> I want to log to the remote supercomputer automatically, upload and download files
If it supports ftp then there is an ftp module.
There are also http and ssh modules, depending on the complexity of your needs and the protocols available. Ftp sounds simplest in this case.
Alan g.
More information about the Tutor
mailing list