Come inviare un file a un indirizzo IP usando CMD
Con il prompt dei comandi
Il File Transfer Protocol (FTP) è uno standard Internet per scaricare e caricare file da/a server che ospitano archivi di dati. I sistemi operativi moderni includono software client FTP a riga di comando nelle loro configurazioni di fabbrica. Puoi usare un prompt dei comandi sul tuo computer per inviare un file locale a un server remoto situato a un indirizzo IP conosciuto.
Come inviare un file a un indirizzo IP con il prompt dei comandi
Passo 1
Clicca su "Start" e digita "run" nella casella di ricerca. Clicca sul link "Esegui", poi digita "cmd" e premi "Invio". Clicca sulla nuova finestra per selezionarla.
Step 2
Cambia la directory corrente del prompt dei comandi nella cartella contenente il file che vuoi inviare digitando il seguente comando:
Step 3
cd "\myFiles\projectA"
Step 4
Sostituisci "\myFiles\projectA" con il percorso completo della cartella contenente il file. Press "Enter."
Step 5
Type the following command to launch the command-line FTP client on your prompt:
Step 6
ftp 74.120.4.80
Step 7
Replace "74.120.4.80" with the IP address of the computer where you want to send the file. Press "Enter." The FTP client will await your next command on its own command prompt.
Step 8
Type the following command:
Step 9
put myFile.doc
Step 10
Replace "myFile.doc" with the name of the file you want to send. Press "Enter." After a delay that depends on the file's size, the FTP client will return control to you. At that point, the file will have been successfully sent to the remote IP address.
Step 11
Type the following command:
Step 12
bye
Step 13
Press "Enter." The FTP client will exit to the usual command prompt.
Articoli simili
- Come inviare un messaggio al mio telefono usando CMD
- Come copiare una struttura di directory di un'unità ma includere solo certi file (loop, file batch, cmd, robocopy, sviluppo)
- Se qualcuno ha rubato il mio telefono, si è collegato al WiFi di qualcuno e ho l'indirizzo IP, l'indirizzo IP dirà dove si trova quell'indirizzo IP?
- Come disabilitare il touch screen di un portatile usando CMD