public class GXFtpManager extends Object
GXFtpManager singletone instance.| Modifier and Type | Method and Description |
|---|---|
GXFtpResponse |
getFile(GXFtpRequest req)
getFile is an API method which is used to retrieve a file from a remote host using the FTP protocol. |
static GXFtpManager |
instance()
instance() supplies an access to the class object (singletone).The object is created automatically in the background. |
void |
putFile(GXFtpRequest req)
putFile is an api method which transfers a file to a remote host using the FTP protocol. |
public static GXFtpManager instance()
instance() supplies an access to the class object (singletone).public void putFile(GXFtpRequest req) throws GXFtpException
putFile is an api method which transfers a file to a remote host using the FTP protocol.GXFtpExceptionpublic GXFtpResponse getFile(GXFtpRequest req) throws GXFtpException
getFile is an API method which is used to retrieve a file from a remote host using the FTP protocol.GXFtpExceptionCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.