Class FTP

java.lang.Object
com.netlang.net.FTP

@Deprecated public class FTP extends Object
Deprecated.
The FTP class handles communication through FTP
  • Constructor Details

    • FTP

      public FTP(com.netlang.session.NetlangSession session)
      Deprecated.
      Creates a new FTP
  • 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