cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: problème transfert FTP (curl sous win vers FTP distant sous UNIX)

From: jean-françois naud <naudjf_at_yahoo.fr>
Date: Tue, 23 Nov 2004 16:40:36 +0100 (CET)

this :
(...)
 String[] command = new String[10];
    command[0] = "D:\\Progra~1\\curl";
    command[1] = "--disable-epsv";
    command[2] = "";
    command[3] = "-T";
    command[4] =
"D:\\abonnement\\fichierOCOV\\UTISG30\\OC_20040928_9H15_163348837.csv";
    command[5] = "-u";
    command[6] = "glldadm:glldadm";
    command[7] = "ftp://dsfb/temp/curl/";
    command[8] = "-D";
    command[9] = "D:\\curlOC.log";
    byte[] buffer = new byte[1024];
    int count;

    InputStream input = null;
    try{
            
    input =
Runtime.getRuntime().exec(command).getInputStream();
(...)

does not work either.............

        

        
                
Vous manquez d’espace pour stocker vos mails ?
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. A télécharger gratuitement sur http://fr.messenger.yahoo.com
Received on 2004-11-23