Ticket #1049: FileZillaLog.txt

File FileZillaLog.txt, 2.8 KB (added by dkloster, 17 years ago)

Text copied from Message Log pane.

Line 
1Status: Connecting to 172.16.19.44 ...
2Status: Connected with 172.16.19.44. Waiting for welcome message...
3Response: 220 VxWorks FTP server (VxWorks 5.4.2) ready.
4Command: USER brcpu
5Response: 331 Password required
6Command: PASS *****
7Response: 230 User logged in
8Command: FEAT
9Response: 500 Command not recognized
10Command: SYST
11Response: 215 UNIX Type: L8 Version: VxWorks
12Status: Connected
13Status: Retrieving directory listing...
14Command: PWD
15Response: 257 Current directory is "C:"
16Command: TYPE A
17Response: 200 Type set to A, ASCII mode
18Command: PASV
19Response: 227 Entering Passive Mode (172,16,19,44,4,21)
20Command: LIST
21Response: 150 Opening ASCII mode data connection
22Response: 226 Transfer complete
23Status: Directory listing successful
24
25MY OWN PERSONAL COMMENTS:: At this point, the Remote Site says /C:/
26MY OWN PERSONAL COMMENTS:: Now I type in D:\ (or D:, or D:/) for the Remote Site and get this:
27
28Status: Retrieving directory listing...
29Command: CWD /C:/D:/
30Response: 501 Directory non existent or syntax error
31Error: Could not retrieve directory listing
32
33MY OWN PERSONAL COMMENTS:: I could Enter Command: CWD D:
34MY OWN PERSONAL COMMENTS:: Then I Double Click .. (causes CDUP)
35
36Command: CWD D:
37Response: 250 Changed directory to "D:"
38Status: Retrieving directory listing...
39Command: CDUP
40Response: 250 Changed directory to "D:/"
41Command: PWD
42Response: 257 Current directory is "D:/"
43Command: TYPE A
44Response: 200 Type set to A, ASCII mode
45Command: PASV
46Response: 227 Entering Passive Mode (172,16,19,44,4,22)
47Command: LIST
48Response: 150 Opening ASCII mode data connection
49Response: 226 Transfer complete
50Status: Directory listing successful
51
52MY OWN PERSONAL COMMENTS:: Now I can enter the Remote Site like C:/ or C: or C:\ and it correctly accesses the site
53
54Status: Retrieving directory listing...
55Command: CWD C:/
56Response: 250 Changed directory to "C:/"
57Command: PWD
58Response: 257 Current directory is "C:/"
59Command: TYPE A
60Response: 200 Type set to A, ASCII mode
61Command: PASV
62Response: 227 Entering Passive Mode (172,16,19,44,4,33)
63Command: LIST
64Response: 150 Opening ASCII mode data connection
65Response: 226 Transfer complete
66Status: Directory listing successful
67
68MY OWN PERSONAL COMMENTS:: Now I can enter the Remote Site like D:/ or D: or D:\ and it correctly accesses the site, which it didn't do before
69
70
71Status: Retrieving directory listing...
72Command: CWD D:/
73Response: 250 Changed directory to "D:/"
74Command: PWD
75Response: 257 Current directory is "D:/"
76Command: TYPE A
77Response: 200 Type set to A, ASCII mode
78Command: PASV
79Response: 227 Entering Passive Mode (172,16,19,44,4,34)
80Command: LIST
81Response: 150 Opening ASCII mode data connection
82Response: 226 Transfer complete
83Status: Directory listing successful
84
85