Upload (mput) and Download (mget) Multiple Files Automatically in FTP Transfer Carica (mput) e Download (mget) più automaticamente i file in trasferimento FTP

FTP or File Transfer Protocol is a useful utility that allows you to transfer several files between a workstation or client with the FTP server. FTP o File Transfer Protocol è un utile programma di utilità che permette di trasferire file tra diverse workstation client o con il server FTP. Although nowadays GUI FTP client programs such as WS-Ftp and FileZilla are very common, but DOS or command-line FTP interface comes in useful and handy as it’s free and especially when you don’t have Internet connection to download the advance FTP clients, as basic FTP functionalities are built-in into most operating system including Windows XP, Windows Vista, Windows 2003, Linux, Unix, FreeBSD and so on. Anche se oggi GUI client FTP programmi, ad esempio WS-FTP e FileZilla sono molto comuni, ma DOS o riga di comando FTP interfaccia viene in utile e pratico come è gratis e soprattutto quando non hai una connessione a Internet per scaricare l'anticipo FTP clienti, come le funzionalità di base FTP sono built-in in più tra cui il sistema operativo Windows XP, Windows Vista, Windows 2003, Linux, Unix, FreeBSD e così via.

In DOS or command line FTP, to transfer several files, you can use the commands mput (Multiple PUT) and mget (Multiple GET). In DOS o riga di comando FTP, trasferire più file, è possibile utilizzare i comandi mput (a più PUT) e mget (multiple get). These commands work exactly like put and get except the commands allow you to transfer multiple files in a single command by specifying the files that you want to transfer with wildcards such as * to get all files. Questi comandi funzionano esattamente come arrivare e mettere in salvo i comandi consentono di trasferire più file in un unico comando, specificando il file che si desidera trasferire con i caratteri jolly come * per ottenere tutti i file.

However, mget and mput will prompt user to choose Yes or No before each file is tranfered to or from the server. Tuttavia, mget e mput utente verrà chiesto di scegliere Sì o No prima di ogni file è tranfered o dal server. It’s troublesome and time wasting if you have to upload or download a lot of files as you have to attend and pay attention to the FTP process and press Y for each and every file. E 'fastidioso spreco di tempo e se dovete caricare o scaricare un sacco di file come lei ha di partecipare e prestare attenzione alle FTP processo e premere Y per ogni singolo file.

To avoid the situation and automatically transfer the files so that the FTP session can process unattended, use the prompt command before using the mput or mget commands. Al fine di evitare la situazione e trasferire automaticamente i file in modo che la sessione FTP in grado di elaborare incustoditi, utilizzare il prompt di comando prima di utilizzare il mput o mget comandi. The prompt command toggles between prompting on, where ftp will prompt you to choose yes or no before each file is transfered, and prompting off, which will copy all files without prompting. Il prompt di comando Alterna tra il chiedere, se del ftp vi verrà chiesto di scegliere sì o no prima di ogni file viene trasferito e spingendoli, il che copierà tutti i file senza chiedere. By default, prompting is on. Per impostazione predefinita, è a chiedere. So to continue to FTP transfer all files without asking, remember to issue prompt command before starting the transfer process. In modo di continuare a trasferimento FTP tutti i file senza chiedere, ricordatevi di rilasciare prompt di comando prima di iniziare il processo di trasferimento. Ask it do not prompt before putting or getting the files, make sure that your existing files do have have the same file name as FTP will overwrite the existing files that exists on the destination directory automatically too. Chiedere che non chiede conferma prima di mettere o di ottenere i file, assicurarsi che il file esistenti hanno avere lo stesso nome di file come FTP sovrascrive i file esistenti che esiste sulla directory di destinazione automaticamente. The command is simple, just a single word “prompt”: Il comando è semplice, basta una sola parola "prompt":

ftp> prompt ftp> prompt

Interactive mode off. Modalità interattiva off.

FTP command line utility should return Interactive mode off, which is FTP will no longer prompting for instruction from users (prompting off) and will always assumes Yes to whatever actions, in case is get or put the file or overwriting. FTP riga di comando di utilità dovrebbe tornare in modalità interattiva, il che è FTP non sarà più richiesta per l'istruzione da parte degli utenti (richiesta) e si assume sempre Sì per qualunque azioni, nel caso in cui è prendere o mandare il file o la sovrascrittura. If key in prompt again will turn prompting on. Se nel prompt dei comandi chiave sarà ancora una volta chiedere a sua volta. With prompting on, however, you can easily terminate the FTP file transfer session if the transfer might not work or might take too long by pressing Ctrl-C (^c or press and hold the Control and C keys simultaneously). A richiesta, con, tuttavia, si può facilmente chiudere il trasferimento di file FTP sessione se il trasferimento potrebbe non funzionare o si può prendere troppo lungo premendo Ctrl-C (^ c o premere e tenere premuto il controllo e la C tasti contemporaneamente). FTP utility will ask: FTP utilità chiederà:

Continue with mput?. Continuare con mput?.

Responding with the character n (for No) will stop the transfer process. Risponde con il carattere n (per n.) si fermerà il processo di trasferimento.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in lingua inglese whenever possible. quando possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .



6 Responses to “Upload (mput) and Download (mget) Multiple Files Automatically in FTP Transfer” 6 risposte a "Carica (mput) e Download (mget) più automaticamente i file in trasferimento FTP"

  1. Rolf Aske Rolf ASKE
    May 8th, 2007 02:27 8 maggio 2007 02:27
    1

    I found this article very helpful. Ho trovato questo articolo molto utile. I have one problem doing the “mget” and that is that the script goes to “disconnect” and “bye” before the ftp been completed. Ho un problema facendo il "mget" e questo è lo script che va a "staccare" e "bye" dinanzi al ftp stata completata. How do I handle this? Come faccio a gestire questa situazione? Thank you. Grazie.

    objMyFile.WriteLine (”prompt”) objMyFile.WriteLine ( "prompt")
    objMyFile.WriteLine (”mput ” & strFilePut) objMyFile.WriteLine ( "mput" & strFilePut)
    objMyFile.WriteLine (”disconnect”) objMyFile.WriteLine ( "scollegare")
    objMyFile.WriteLine (”bye”) objMyFile.WriteLine ( "bye")
    objMyFile.Close

    Set objFSO = Nothing Set objFSO = Nothing
    Set objMyFile = Nothing Imposta objMyFile = Nothing

    ‘Run ftp script 'Esegui script FTP
    Set objShell = WScript.CreateObject( “WScript.Shell” ) Set objShell = WScript.CreateObject ( "WScript.Shell")
    objShell.Run (”ftp -s:” & chr(34) & strFTPScriptFileName & chr(34)) objShell.Run ( "ftp-s:" & Chr (34) & strFTPScriptFileName & Chr (34))
    Set objShell = Nothing Set objShell = Nothing

  2. henry Henry
    May 31st, 2007 10:50 31 maggio 2007 10:50
    2

    Thanks for the ‘prompt’ tip to turn off prompting. Grazie per il 'prompt' Suggerimento Per disattivare avvisi.

  3. neXus Nexus
    January 19th, 2008 04:21 19 gennaio 2008 04:21
    3

    thanks grazie :)

  4. prabhjot
    February 4th, 2008 23:49 4 febbraio 2008 23:49
    4

    saved time, thanks alot for mput explanation. risparmiato tempo, un sentito grazie per mput spiegazione.

  5. John
    July 12th, 2008 01:12 Luglio 12, 2008 01:12
    5

    Thank you for the ‘prompt’ tip to turn off prompting. La ringrazio per il 'prompt' Suggerimento Per disattivare avvisi.
    Extremenly helpful. Extremenly utile.

  6. Alberto
    July 21st, 2008 03:54 21 luglio 2008 03:54
    6

    I love you. Ti amo. I had to move over 5000 files and I was doing like Homer Simpson with the bird pressing the “Y” button automatically. Ho dovuto spostare più di 5000 file e che facevo come Homer Simpson con l'uccello premendo il "Y" automaticamente.

    Thank you. Grazie.

Leave a Reply Lasciare una risposta

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in arrivo Condizioni per l'articolo

mput mput - -- mget mget - -- ftp mget FTP mget - -- mget no prompt mget non prompt - -- ftp mput FTP mput - -- ftp mput no prompt FTP non prompt mput - -- mget prompt mget prompt - -- mput no prompt mput non prompt - -- mput * mput * - -- mget yes to all mget Sì a tutti i - -- mput mput - -- rapidshare multiple rapidshare più - -- rapidshare multiple download rapidshare più scaricare - -- mget yes mget Sì - -- mput without prompt mput senza prompt - -- mput yes to all mput Sì a tutti i - -- ftp mget no prompt FTP non prompt dei comandi mget - -- mget mget - -- download multiple rapidshare files scaricare file più rapidshare - -- downloading multiple files from rapidshare il download di più file da rapidshare - -- mget without prompt mget senza prompt - -- mget * mget * - -- mput all files mput tutti i file - -- ftp mput yes to all FTP mput Sì a tutti i - -- ftp put overwrite FTP mettere sovrascrivere - -- rapidshare ftp rapidshare FTP - -- rapidshare multi download rapidshare multi download - -- download multiple files from rapidshare scaricare più file da rapidshare - -- download multiple rapidshare scaricare più rapidshare - -- HOW TO DOWNload multiple files from rapidshare Come scaricare più file da rapidshare - -- ftp mget yes to all FTP mget Sì a tutti i - -- rapidshare multiple downloads Download più rapidshare - -- mget all files mget tutti i file - -- ftp mput overwrite FTP mput sovrascrivere - -- ftp mget FTP mget - -- multiple rapidshare più rapidshare - -- mget ftp mget FTP - -- mput prompt prompt mput - -- mput yes mput Sì - -- all tutto - -- mput multiple files mput più file - -- ftp mput yes Sì FTP mput - -- mput overwrite mput sovrascrivere - -- mget interactive mget interattiva - -- downloading multiple rapidshare files il download di file multipli rapidshare - -- mget overwrite mget sovrascrivere - -- download multiple files rapidshare scaricare più file rapidshare - -- ftp mget without prompt FTP mget senza prompt - -- rapidshare multi rapidshare multi - -- mget *.* mget *.* - -- mget all mget tutti i - -- ftp mput prompt mput prompt FTP - -- mget no ask mget non chiedere - -- mget noprompt mget noprompt - -- ftp mget overwrite FTP mget sovrascrivere - -- mget without asking mget senza chiedere - -- MGet download MGet scaricare - -- how to download multiple rapidshare files come scaricare i file più rapidshare - -- mput all mput tutti i - -- mput no ask mput non chiedere - -- mput interactive mput interattiva - -- multiple download rapidshare più scaricare rapidshare - -- multiple downloads from rapidshare Download di più da rapidshare - -- ftp upload multiple files FTP caricare più file - -- ftp multiple put FTP più messo - -- how to download multiple rapidshare download più rapidshare - -- mget windows mget Windows - -- mput noprompt mput noprompt - -- mget mput mget mput - -- multiple rapidshare downloads Download più rapidshare - -- ftp mget yes Sì FTP mget - -- ftp put multiple files FTP mettere più file - -- ftp mput FTP mput - -- prompt mget prompt dei comandi mget - -- mput ftp no prompt mput non prompt FTP - --