ciao, qualcuno mi sa spiegare come si fa un ftp da dos?
mi serve sapere tutta la procedura, grazie, ciao,
nic
Moderatori: Dylan666, hydra, gahan
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.
[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.
Visitano il forum: Nessuno e 77 ospiti