CIME.Servers package¶
Submodules¶
CIME.Servers.ftp module¶
FTP Server class. Interact with a server using FTP protocol
CIME.Servers.generic_server module¶
Generic Server class. There should be little or no functionality in this class, it serves only to make sure that specific server classes maintain a consistant argument list and functionality so that they are interchangable objects
CIME.Servers.gftp module¶
GridFTP Server class. Interact with a server using GridFTP protocol
CIME.Servers.svn module¶
SVN Server class. Interact with a server using SVN protocol
CIME.Servers.wget module¶
WGET Server class. Interact with a server using WGET protocol
- class CIME.Servers.wget.WGET(address, user='', passwd='')[source]¶