Condividi:        

ftp da dos

Hai problemi con i file Zip, vuoi formattare l'HD, non sai come funziona FireFox? O magari ti serve proprio quel programmino di cui non ricordi il nome! Ecco il forum dove poter risolvere i tuoi problemi.

Moderatori: Dylan666, hydra, gahan

ftp da dos

Postdi riodacri » 16/03/04 21:58

ciao, qualcuno mi sa spiegare come si fa un ftp da dos?
mi serve sapere tutta la procedura, grazie, ciao,
nic :D
Nic2calzini: viva la libertà!
riodacri
Utente Senior
 
Post: 373
Iscritto il: 28/12/02 15:54
Località: Trento

Sponsor
 

Postdi Dylan666 » 16/03/04 22:33

Codice: Seleziona tutto
At the MS-DOS prompt try this:

           Type 'open ftp.server.name' to connect to a server.

           put        send a file
           get        get a file
           ls         list a directory's contents
           cd         change directories
           ascii      put/get file as ascii data
           binary     put/get file as binary data
           close      close connection
           quit       stop the program
           lcd        change local directory

           Typing 'help' at the ftp> prompt will give you a full
           list of commands.
           Type 'help command' to see what each one does.
Avatar utente
Dylan666
Moderatore
 
Post: 39988
Iscritto il: 18/11/03 16:46

Postdi Dylan666 » 16/03/04 22:38

Avatar utente
Dylan666
Moderatore
 
Post: 39988
Iscritto il: 18/11/03 16:46

Postdi zello » 16/03/04 23:04

Questo è il client di linux, ma è identico

Codice: Seleziona tutto
[zello@zello zello]$ ftp ftp.kernel.org
Connected to zeus-pub.kernel.org.
220 ProFTPD [ftp.kernel.org]
500 AUTH not understood.
500 AUTH not understood.
KERBEROS_V4 rejected as an authentication type
Name (ftp.kernel.org:zello): anonymous
331 Anonymous login ok, send your complete email address as your password.
Password:
230 Anonymous access granted, restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (204,152,189,116,166,52).
150 Opening ASCII mode data connection for file list
drwxr-s---   2 korg     mirrors      4096 May 21  2001 for_mirrors_only
drwx------   2 root     root        16384 Mar 18  2003 lost+found
drwxrwsr-x   8 korg     korg         4096 Jan  5 17:02 pub
226 Transfer complete.
ftp> cd pub
250 CWD command successful.
ftp> ls
227 Entering Passive Mode (204,152,189,116,166,75).
150 Opening ASCII mode data connection for file list
drwxrws---   2 korg     korg         4096 Jan  5 17:02 RCS
-r--r--r--   1 korg     korg         1963 Jan  5 17:01 README
-r--r--r--   1 korg     korg          578 Mar 18  2003 README_ABOUT_BZ2_FILES
drwxrwsr-x   5 korg     korg         4096 Nov 11 19:17 dist
-r--r--r--   1 korg     korg         1507 Oct 11  2001 index.html
drwxrwsr-x   8 korg     korg         4096 Jul 14  2003 linux
drwxrwsr-x   3 korg     korg         4096 Mar 24  2003 scm
drwxrwsr-x   3 korg     korg         4096 Nov  5 23:45 site
drwxrwsr-x  11 korg     korg         4096 Jan  1  2002 software
226 Transfer complete.
ftp> get README local_file_name_readme
local: local_file_name_readme remote: README
227 Entering Passive Mode (204,152,189,116,166,131).
150 Opening BINARY mode data connection for README (1963 bytes).
226 Transfer complete.
1963 bytes received in 0.38 seconds (5.1 Kbytes/s)
ftp> quit
221 Goodbye.

In pratica: sulla linea di comando specifichi il server, quando ti chiede lo username dai "anonymous", per la password passi una email (dipende da quanto ti fidi del buon uso che ne farà il gestore del sito), con ls fai l'elenco dei files e delle directory, con cd cambi directory, con get <nome file remoto> <nome file locale> scarichi il file, con quit chiudi la connessione.
Il faut être toujours ivre. Tout est là : c'est l'unique question. Pour ne pas sentir l'horrible fardeau du Temps qui brise vos épaules et vous penche vers la terre,il faut vous enivrer sans trêve...
Avatar utente
zello
Moderatore
 
Post: 2351
Iscritto il: 06/05/02 13:44


Torna a Software Windows

Chi c’è in linea

Visitano il forum: Nessuno e 84 ospiti