Let wel: ik heb een vast ip adres op de Humax gezet, ip adres dus aanpassen als je de xml gaat gebruiken.
Bij mij werkt overigens elk ftp programma, zelfs ftp:// in de verkenner. Ik krijg dan wel een windows melding om blokkering op te heffen (firewall?)
Filezilla sitemanager.xml:
XML:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Server>
<Host>192.168.2.123</Host>
<Port>21</Port>
<Protocol>0</Protocol>
<Type>0</Type>
<User>HumaxFTP</User>
<Pass>0000</Pass>
<Logontype>1</Logontype>
<TimezoneOffset>0</TimezoneOffset>
<PasvMode>MODE_DEFAULT</PasvMode>
<MaximumMultipleConnections>0</MaximumMultipleConnections>
<EncodingType>Auto</EncodingType>
<BypassProxy>0</BypassProxy>
<Name>Humax5050</Name>
<Comments></Comments>
<LocalDir></LocalDir>
<RemoteDir></RemoteDir>
<SyncBrowsing>0</SyncBrowsing>Humax5050
</Server>
</Servers>
</FileZilla3> |
Status in Filezilla:
Status: Verbinden met 192.168.2.123:21...
Status: Verbinding aangemaakt, welkomstbericht afwachten...
Antwoord: 220 Welcome to connection.
Commando: USER HumaxFTP
Antwoord: 331 Password required for humaxftp.
Commando: PASS ****
Antwoord: 230 User logged in, proceed.
Commando: SYST
Antwoord: 215 UNIX system type.
Commando: FEAT
Antwoord: 500 Syntax error, command unrecognized.
Status: Verbonden
Status: Mappenlijst ophalen...
Commando: PWD
Antwoord: 257 "/media" is current working dir.
Commando: TYPE I
Antwoord: 200 Port command successful
Commando: PASV
Antwoord: 502 Command not implemented.
Commando: PORT 192,168,2,15,10,7
Antwoord: 200 Port command successful
Commando: LIST
Antwoord: 150 Opening data connection for directory list
Antwoord: 226 Closing data connection.
Status: Mappenlijst succesvol ontvangen
Status: Mappenlijst ophalen...
Commando: CWD /media/Music
Antwoord: 250 File action is successful. Proceed.
Commando: PWD
Antwoord: 257 "/mnt/hd4/Music" is current working dir.
Commando: PASV
Antwoord: 502 Command not implemented.
Commando: PORT 192,168,2,15,10,9
Antwoord: 200 Port command successful
Commando: LIST
Antwoord: 150 Opening data connection for directory list
Antwoord: 226 Closing data connection.
Status: Mappenlijst succesvol ontvangen
Status: Mappenlijst ophalen...
Commando: CWD /media/Photo
Antwoord: 250 File action is successful. Proceed.
Commando: PWD
Antwoord: 257 "/mnt/hd4/Photo" is current working dir.
Commando: PASV
Antwoord: 502 Command not implemented.
Commando: PORT 192,168,2,15,10,11
Antwoord: 200 Port command successful
Commando: LIST
Antwoord: 150 Opening data connection for directory list
Antwoord: 226 Closing data connection.
Status: Mappenlijst succesvol ontvangen
Status: Mappenlijst ophalen...
Commando: CWD /media/Video
Antwoord: 250 File action is successful. Proceed.
Commando: PWD
Antwoord: 257 "/mnt/hd3/Video" is current working dir.
Commando: PASV
Antwoord: 502 Command not implemented.
Commando: PORT 192,168,2,15,10,14
Antwoord: 200 Port command successful
Commando: LIST
Antwoord: 150 Opening data connection for directory list
Antwoord: 226 Closing data connection.
Status: Mappenlijst succesvol ontvangen
[
Voor 1% gewijzigd door
Dr.Roelski op 17-12-2009 23:31
. Reden: code vergeten ]