Need ftp API

I have last version of Forte C++ and I can't find ftp API (header and library files) in package. Also, I have SCO UnixWare 7.1 with development tools where ftp API exists. I need same thing in Sun Solaris 8 (Intel) C/C++ development system. Is there any free software that have ftp C/C++ function.
Thanks, Ivan

You did something wrong then. Works fine for me.
import org.apache.commons.net.ftp.*;
public class Test
    public static void main(String[] args) throws java.io.IOException
        FTPClient ftp = new FTPClient();
        ftp.connect("ftp.gnu.org");
        ftp.login("ftp", "[email protected]");
        FTPFile[] filelist = ftp.listFiles();
        for (int i = 0; i < filelist.length; ++i)
            System.out.println(filelist);
ftp.disconnect();
This produces the following output for me:
$ ~/work> java Test
-rw-r--r--    1 0        0           17864 Oct 23 16:57 MISSING-FILES
-rw-r--r--    2 0        0            4178 Aug 13 23:05 MISSING-FILES.README
-rw-r--r--    1 0        0           17992 Sep 18 21:20 MISSING-FILES~
-rw-r--r--    1 0        0            2103 Aug 16  2002 README
-rw-r--r--    1 0        0            1516 Aug 18  2000 README.~1~
-rw-r--r--    1 0        0          405121 Oct 23 16:55 before-2003-08-01.md5sums.asc
drwxrwxr-x  238 0        1003         8192 Jan 12 19:01 gnu
drwxr-xr-x    8 0        0            4096 Aug 02 12:52 iso
-rw-r--r--    1 0        0              90 Feb 16  1993 lpf.README
-rw-r--r--    1 0        0         2429741 Jul 27 06:19 ls-lrR.txt
drwxr-xr-x   27 0        0            4096 Dec 05 16:17 old-gnu
lrwxrwxrwx    1 0        0               1 Aug 05 13:26 pub -> .
drwxr-xr-x    7 0        0            4096 Jan 15 20:50 savannah
drwxr-xr-x    2 0        0            4096 Aug 02 12:01 third-party
-rw-r--r--    1 0        0             954 Aug 13 23:09 welcome.msg
-rw-r--r--    1 0        0             849 Apr 10  2002 welcome.msg~

Similar Messages

  • Ftp API

    Is there a free to use ftp API somewhere ?
    I can't find one which is included in Tiger

    http://jakarta.apache.org/commons/net/
    I believe google will turn up several others, if you find this one unsatisfactory.

  • I need an API

    I need an API to use with my time machine hardware. I bought it off ebay but the software was too expensive so I just have the hardware and I need the API to develop the software for it now. Thanks.

    If (1) you had any sense, and (2) you were able to access the API in the future, you would have already transported back the API to the current time. So either (1) or (2) is false.
    P.S.: I have a program which was designed to write other programs, which wrote itself.

  • Need Java API for Essbase

    <p>We want to load data in Essbase through a web based application,thus we would need JAVA API's. Please send us any related links,white papers, red books and/or any other links.</p>

    <blockquote>quote:<br><hr><i>Originally posted by: <b>sunny_rush</b></i><BR>com_beacon_essbase_jni_EssApiJni.c:15:20: essotl.h: No such file or directory<BR><hr></blockquote><BR><BR>That package does not appear to be from Hyperion but rather from a third party. Based on the name, it may have come from Beacon Analytics which is now part of Answerthink. Did you have consulting from them in the past?<BR><BR>Tim<BR><BR><BR>

  • Do I need FTP server to poll a file

    Hi,
    i am trying to do file to file scenario. I have technical system which is different than XI system. in this case my technical system has to be FTP server to send a file or not necessarily.
    I am trying to poll file from windows machine to XI system and send back the file again to windows system.
    I added my windows machine as technical system and created bunisess system.
    In C, i have my file.
    But, it is not polling at all. What to give source and target directory while configuring adapters.
    thanks,
    Srinivas

    Hi,
    i am trying to do file to file scenario. I have technical system which is different than XI system. in this case my technical system has to be FTP server to send a file or not necessarily.
    Yes, you need FTP connection in order to access file on 3rd system( Not XI)
    You need to create FTP  Username / password connection to your windows system. Then you can specify this in File adapter with FTP connection details.
    Also check the FTP root directory for username which you are going to use to access Windows system and specify path accordingly.
    Hope this will help.
    Nilesh

  • Need JAVA API to list down all the Proxy Services in OSB Console 11g

    Hi,
    I need a java API to List down all the Proxy Services present in OSB Console for SOA 11g (11.1.1.5). I am in a situation where I cant use python script for the same.
    any help will be much appreciated.
    Thanks in Advance,
    Ravi
    Edited by: 899443 on Oct 1, 2012 4:13 AM

    AFAIK it is proprietary.
    What I do in a similar situation is to form XML for the services, package them into JAR the same way as an import JAR is packaged (creating ExportInfo resource, ...) and deploy with standard WSLT script. Works for simplest services only (direct proxies mostly) but I can also form security, alerts, throttling etc etc etc -- all in one shot.
    Out of sheer interest, may I ask you a question? Why do you need to create OSB services from Java?
    Vlad
    http://vladimirdyuzhev.com

  • Need Java API doc for the preference Manager class

    Where can I get Java Doc for the following classes
    import oracle.webcenter.peopleconnections.preference.Preference;
    import oracle.webcenter.peopleconnections.preference.PreferenceException;
    import oracle.webcenter.peopleconnections.preference.PreferencesManager;
    import oracle.webcenter.peopleconnections.preference.PreferencesManagerFactory;
    Thanks,
    Bala

    The API is the same (that's the whole point with Java), and last time I checked there were programs on Linux that can handle zipfiles and html files. :)
    So yes, use the same.
    (That is, unless you have downloaded the windows help format api docs. Then you need to download the regular html ones.)

  • Need Java api for .class file comparison....

    Hi all,
    In .net one CecilAssemblyAnalyzer api is der it analyze the two version of .net applic in offline mode (pick .exe and .dll files)
    n forms tree structure and den copares both tree n get the changed function..
    i need same type api in Java...
    Thanks in advance..
    Regards,
    Sachith

    <blockquote>quote:<br><hr><i>Originally posted by: <b>sunny_rush</b></i><BR>com_beacon_essbase_jni_EssApiJni.c:15:20: essotl.h: No such file or directory<BR><hr></blockquote><BR><BR>That package does not appear to be from Hyperion but rather from a third party. Based on the name, it may have come from Beacon Analytics which is now part of Answerthink. Did you have consulting from them in the past?<BR><BR>Tim<BR><BR><BR>

  • I need know API to get password

    Hi,
    I have a procedure to login public users to portal users like
    PORTAL30.wwptl_login.login_url('user','PASSWORD','','url','');
    but in this procedure I needed put the password hard-coded and when I need to change the user password I will have to change the procedure.
    Somebody know a API to capture the password's user and pass this like parameter?
    Thanks

    Gloria,
    Passwords are one-way hashed you cannot get them back in clear text.
    Could you explain what you are trying to achieve?

  • Do I need FTP -Fetch

    Hi. I am in the mist of creating a website and am not going to use .Mac but another web host. Do I need to purchase FTP-Fetch to upload my site or does iWeb have all that I need to accomplish this task? If it does, is it possible to "attach" it to my publish button on iWeb so that I can push "publish" and update the site.
    Thanks in advance for your help.

    Do I need to
    purchase FTP-Fetch to upload my site or does iWeb
    have all that I need to accomplish this task?
    You don't need to purchase Fetch, but you do need to use an FTP program -- iWeb itself cannot upload to a server other than .Mac. Here are some tips:
    http://homepage.mac.com/thgewecke/iwebserver.html

  • I need an API in OTL. could anyone help me?

    hi
    I need to develop an OTL interface, for transferring employee in & out timings
    which API i need to use here exactly?
    tnks
    gopi.

    Refer to Metalink Note 223987.1 - Oracle OTL HXC TimeStore Deposit API An Oracle White Paper

  • Need Java API's to create OSB proxy and Business Services

    Hi All,
    I need to create OSB proxy and business services using Java API's. Does any one have reference to the OSB APIs??

    AFAIK it is proprietary.
    What I do in a similar situation is to form XML for the services, package them into JAR the same way as an import JAR is packaged (creating ExportInfo resource, ...) and deploy with standard WSLT script. Works for simplest services only (direct proxies mostly) but I can also form security, alerts, throttling etc etc etc -- all in one shot.
    Out of sheer interest, may I ask you a question? Why do you need to create OSB services from Java?
    Vlad
    http://vladimirdyuzhev.com

  • Need XSDs, API Java Docs and Java (with callback hooks) extension sample

    Would someone(Sue Harper?) please give us an ETA on when the info we developers need to develop extensions to SqlDeveloper will be made avaialble by Oracle?
    We have been waiting over a year to:
    1. Get the XSD files the poster refers to - the list of XSDs is on the page cited but all of the links take you to a generic download page and the XSDs are nowhere to be found. These must exist somewhere so it is very frustrating that no one on the development team will provide them.
    2. Get the API Javadocs so we can understand the java classes available and how to use them. As with #1, these must be available to the development team so why won't Oracle release them to us?
    3. Get a working example of a Jave extension. The lone example provided is not useful since it is really just an XML extension written in Java.l A useful Java extension would show how to create the hooks to cause SqlDeveloper to perform callbacks to the Java extension code when certain user actions take place. Same here as with #1 and #2. It's hard to beleive that someone on the dev team doesn't have the code for a simple Java extension with callbacks.
    JDeveloper has 'hook' elements in its example extension.xml files but there is no documentation for SqlDeveloper to show the equivalent.
    Please either provide the above requested items, provide an ETA on when Oracle will provide the items or at least be gracious enough to tell us Oracle won't provide the items.
    I'm sure there are many like myself that would love to start working with extensions but can't because Oracle won't share information and data that almost assuredly already exists.
    Waiting patiently. . .

    Hi,
    I'm sorry are feeling so aggrieved by the apparent lack of response from the SQL Developer team. There is a lot of information on the Oracle Wiki, where it has been available for well over a year. The detail and examples were initially created and published in 2008, while the xsds were added earlier this year. The recent OTN migration (in July) broke the links to the xsds, which I was unaware of and am glad you brought that to my attention.
    I see from your note that you have found the Oracle Wiki and the examples, so your complaint is really that the examples are not sufficient. Oracle is not hiding the detail, and we have every intention of adding more. This is just like any other feature request in the product. We are prioritizing the work that must be done and right now the team is focusing on those features most requested by the broadest audience. We do plan to add more and it was on our feature list for the next release. Like all features features proposed for future releases, we can't guarantee they will be included and we don't provide dates. The advantage of this particluar "feature" is that it is not dependent on a release date and can be updated after the next production release.
    We already have a number of customer teams writing Java extensions to the product very successfully.</p>
    <p> I will update the wiki withthe XSD link, but until that is done here they are:<br>
    Dialogs<br>
    Displays<br>
    Editors<br>
    Navigators<br>
    Query<br>
    Snippets</p>
    <p>Regards<br>
    Sue Harper<br>
    </p>

  • Need a API to load official documents info & family info in HRMS tables

    Hi,
    I need API to load official documents information's and family information in HRMS tables.. Can Anyone help me out to give API details..
    Thanks in advance..

    I'm not sure what kind of response you will get in this forum. Maybe you could also post this question in one of the Solaris forums located here http://forum.sun.com/. Perhaps the kernel forum.

  • Need core API of IBASE

    Hi All,
    I am new to IBASE management and I urgently need the following information.
    I need the list of core API's related to IBASE Management in CRM. Currently I know this list of core API's in function group IB_CRM_API, but I could only find a very few API which returns the list of all IBASE's or very specific details of IBASE's like IBASE components.
    But my requirement is to get API to achieve the following functionality:
    1. To get the list of all service contracts for an IBASE or if  I am wrong, then the list of all service contracts related to each component of IBASE.
    2. To get the list of all service processes for every component of IBASE.
    3. To get the list of counters associated to a product/object/ibase component of IBASE.
    4. Updating the IBASE like  changing the status, for a product component, changing the quantity and identification details and for a object component, changing the identificatio n & address info & also to capture additional info in Notes, and for a text component, changing the description and identificaiton.
    5. Updating the IBASE like installing/dismantling the product/object components.
    6. Related to counter readings - API to get the list of all counter readings in CRM system based on some selection criteria.
    Thanks,
    Siva.

    Few API which I can recall currently are:
    CRM_FIND_IBASE_OS for reading IBase for given product guid.
    CRM_STATUS_READ for reading current status of IBase
    CRM_IBASE_COMP_FIND for reading details of components of IBase
    CRM_IBASE_GET_PARTNER and CRM_IBASE_COMP_GET_PARTNER to get the business partners associated with IBase at header level as well as component level respectively.
    CRM_IBASE_CHANGE and CRM_IBASE_COMP_CHANGE to modify Ibase at header level and component level respectively.
    CRM_IBASE_SAVE to save the modifications. ( followed by COMMIT WORK)
    Hope the above APIs will help you.
    Cheers,
    Ashish

Maybe you are looking for

  • Conversion of Vendor open Items

    Hi Experts I am working on FDS creation in regard to the Conversion of Vendor Open items ( not balances ). SAP Version 4.5 to ECC 6.0 Upgrade Can you please let me know if there is SAP standard Procedure or What are the different ways to do it ? Than

  • Problem in navigating Leave request.

    HI All, My leave request application is working fine after approving leave ,The page is shouing me a link that says "Approve another leave" when I click the link its not taking me anywhere. Please help me on this as quickly as possible. NOTE: My JCOs

  • Oracle 10g Client and ODAC Side-By-Side

    Hi there, I was unable to find an answer to my query by using search, but apologies if this is a double-post. I'm having some issues with a ASP.NET application running on a Windows XP Pro machine. The machine has Oracle 10g client installed (oraClien

  • Strange flickering on MBP screen as folding shut

    I'm hoping someone can explain this, or at least let me know if they have the same problem. I have noticed that as i am closing my macbook pro screen (not shutting down the mac but folding shut) that the screen does some funny stuff. When the screen

  • Order by disk sort porblem

    hi friends i have a querry which return 40.000 rows and 2 mb data. this querry works in 1-2 seconds. if i add simple order by to querry it work in 20 seconds. i think because of disk sort. but i have another querry which have 270.000 row and 8 mb dat