Lib_FTP -          .
   .


JAVA

public static String ftpopen(String ServerAddress, String UserName, String UserPassword);
public static String ftpsendstr(String FileName, String Data);
public static void   ftpclose();


PASCAL

    .
---
  ServerResponse   := ftp.ftpopen(Server: String, Username: String, Userpass: String): String;
     ServerResponse   -    -    ,    -  .
                               http://book.itep.ru/4/45/ftp_454.htm
     Server           -   
     Username         -   
     Userpass         -  


 .
---
   ServerResponse   := ftp.ftpsendstr(FileName: String, StringBuffer: String): String;
      ServerResponse   -   ,     .
      FileName         -     ,    '/'    ,  .
      StringBuffer     -      .


   .   
---
   ftp.ftpclose;


 0.99  19.08.2008
(c) aleshka