Package com.netlang.net
Class FTP
java.lang.Object
com.netlang.net.FTP
Deprecated.
The
FTP class handles communication through FTP-
Constructor Summary
ConstructorsConstructorDescriptionFTP(com.netlang.session.NetlangSession session) Deprecated.Creates a newFTP -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Transfers a file from FTP to file systemvoidDeprecated.Transfers a file to FTP from file system
-
Constructor Details
-
FTP
public FTP(com.netlang.session.NetlangSession session) Deprecated.Creates a newFTP
-
-
Method Details
-
get
public void get(String from, String frompath, String to, String topath, String pattern) throws com.net4z.APIException Deprecated.Transfers a file from FTP to file system- Parameters:
from-frompath-to-topath-- Throws:
com.net4z.APIException
-
put
public void put(String from, String frompath, String to, String topath, String pattern) throws com.net4z.APIException Deprecated.Transfers a file to FTP from file system- Parameters:
from-frompath-to-topath-- Throws:
com.net4z.APIException
-