CIME.Servers package
Submodules
CIME.Servers.ftp module
FTP Server class. Interact with a server using FTP protocol
- class CIME.Servers.ftp.FTP(address, user='', passwd='', server=None)[source]
Bases:
GenericServer
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
- class CIME.Servers.gftp.GridFTP(address, user='', passwd='')[source]
Bases:
GenericServer
CIME.Servers.svn module
SVN Server class. Interact with a server using SVN protocol
- class CIME.Servers.svn.SVN(address, user='', passwd='')[source]
Bases:
GenericServer
CIME.Servers.wget module
WGET Server class. Interact with a server using WGET protocol
- class CIME.Servers.wget.WGET(address, user='', passwd='')[source]
Bases:
GenericServer