1 | mauto@mauto.ch [~]# ftp -d bassersdorf.mauto.ch
|
---|
2 | Connected to bassersdorf.mauto.ch.
|
---|
3 | 220 (vsFTPd 2.0.1)
|
---|
4 | ---> AUTH GSSAPI
|
---|
5 | 530 Please login with USER and PASS.
|
---|
6 | ---> AUTH KERBEROS_V4
|
---|
7 | 530 Please login with USER and PASS.
|
---|
8 | KERBEROS_V4 rejected as an authentication type
|
---|
9 | Name (bassersdorf.mauto.ch:mauto): ceb
|
---|
10 | ---> USER ceb
|
---|
11 | 331 Please specify the password.
|
---|
12 | Password:
|
---|
13 | ---> PASS XXXX
|
---|
14 | 230 Login successful.
|
---|
15 | ---> SYST
|
---|
16 | 215 UNIX Type: L8
|
---|
17 | Remote system type is UNIX.
|
---|
18 | Using binary mode to transfer files.
|
---|
19 | ftp> ls
|
---|
20 | ftp: setsockopt (ignored): Permission denied
|
---|
21 | ---> PASV
|
---|
22 | 227 Entering Passive Mode (80,219,53,188,4,8).
|
---|
23 | ---> LIST
|
---|
24 | 150 Here comes the directory listing.
|
---|
25 | drwxr-xr-x 2 500 500 4096 Dec 10 19:41 Desktop
|
---|
26 | drwxr-xr-x 4 500 500 4096 Dec 10 20:51 dl
|
---|
27 | 226 Directory send OK.
|
---|
28 | ftp> quit
|
---|
29 | ---> QUIT
|
---|
30 | 221 Goodbye.
|
---|
31 | [~]# ftp -d bassersdorf.mauto.ch
|
---|
32 | Connected to bassersdorf.mauto.ch.
|
---|
33 | 220-FileZilla Server version 0.9.21 beta
|
---|
34 | 220-written by Tim Kosse (Tim.Kosse@gmx.de)
|
---|
35 | 220 Please visit http://sourceforge.net/projects/filezilla/
|
---|
36 | ---> AUTH GSSAPI
|
---|
37 | 502 GSSAPI authentication not implemented
|
---|
38 | ---> AUTH KERBEROS_V4
|
---|
39 | 504 Auth type not supported
|
---|
40 | KERBEROS_V4 rejected as an authentication type
|
---|
41 | Name (bassersdorf.mauto.ch:mauto): qxbackup
|
---|
42 | ---> USER qxbackup
|
---|
43 | 331 Password required for qxbackup
|
---|
44 | Password:
|
---|
45 | ---> PASS XXXX
|
---|
46 | 230 Logged on
|
---|
47 | ---> SYST
|
---|
48 | 215 UNIX emulated by FileZilla
|
---|
49 | Remote system type is UNIX.
|
---|
50 | ftp> ls
|
---|
51 | ftp: setsockopt (ignored): Permission denied
|
---|
52 | ---> PASV
|
---|
53 | [~]#
|
---|
54 |
|
---|