• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Sitecopy: Probleme mit Strato-Site

Hallo Forum,

ich habe Probleme, eine bei Strato gehostete Site mit Sitecopy zu synchronisieren, - bei zwei 1&1-Sites läuft hingegen alles problemlos. Es handelt sich um ein openSUSE-10.2-System, auf dem sitecopy 0.16.3-21 per YaST installiert wurde. Ich würde mich freuen, falls Ihr einen Tipp für mich habt, - meine bisherigen Suchen haben mich leider nicht weitergebracht.

Nach Aufruf von
Code:
sitecopy -f strato1

kommen folgende Meldungen:

Code:
sitecopy: Holen der Site `strato1' (auf ftp.strato.com in /)
sitecopy: Holen der Datei-Liste von Site `strato1' gescheitert:
sitecopy: 550 No such file or directory.

Als nächstes habe ich versucht, der Ursache im Debug-Modus auf die Schliche zu kommen:

Code:
sitecopy -f strato1 --debug=ftp

Die Ausgabe läßt meiner Meinung nach den Schluss zu, dass beim Parsen des Ordners "pics" gar nicht dessen Inhalt angezeigt wird, sondern erneut der Inhalt des Wurzelverzeichnisses. Anschließend klappt natürlich der Abruf der Datei "index.html" nicht, - weil es diese im Ordner "pics" gar nicht gibt. Die entsprechende Stelle habe ich markiert:

Code:
...
< 230 User logged in, proceed.
> PASV
< 227 Entering Passive Mode  (81,169,145,47,163,28).
ftp: Parsed PASV response, using port 41756
> LIST -la /
< 150 Opening ASCII mode data connection.
ls: init, topdir: []
ls: [-rw-r-----   1 ftp      ftp           417 May 27 11:20 .htaccess]
ls: file (640, 417): [.htaccess]
ls: [-rw-r-----   1 ftp      ftp             0 Sep 16 16:06 .htgroup]
ls: file (640, 0): [.htgroup]
ls: [-rw-r-----   1 ftp      ftp             0 Sep 16 16:06 .htuser]
ls: file (640, 0): [.htuser]
ls: [drwxr-x---   2 ftp      ftp          4096 Jun 10 16:43 cgi-bin]
ls: directory (750): cgi-bin
ls: [drwxr-xr-x   5 ftp      ftp          4096 May 30 00:30 cgi-data]
ls: directory (755): cgi-data
ls: [drwxr-xr-x   2 ftp      ftp          4096 Apr  9 16:09 css]
ls: directory (755): css
ls: [drwxr-xr-x  13 ftp      ftp          4096 Sep 16 16:05 fotos]
ls: directory (755): fotos
ls: [-rw-r-----   1 ftp      ftp          2646 May 30 00:29 index.html]
ls: file (640, 2646): [index.html]
ls: [-rw-r--r--   1 ftp      ftp          2542 May 29 23:03 index0.html]
ls: file (644, 2542): [index0.html]
ls: [-rw-r--r--   1 ftp      ftp          2148 May 29 23:03 index1.html]
ls: file (644, 2148): [index1.html]
ls: [drwxr-xr-x   2 ftp      ftp          4096 May 30 00:29 pics]
ls: directory (755): pics
ftp: EOF from DTP connection.
ftp: Fetch finished with 0.
Closing DTP connection...
< 226 Transfer complete. Closing data connection.
File: /index1.html
Getting modtime.
> MDTM /index1.html
< 213 20070529210359
Parsing modtime: 213 20070529210359
Converted to: Tue May 29 21:03:59 2007
Got modtime.
File: /index0.html
Getting modtime.
> MDTM /index0.html
< 213 20070529210358
Parsing modtime: 213 20070529210358
Converted to: Tue May 29 21:03:58 2007
Got modtime.
File: /index.html
Getting modtime.
> MDTM /index.html
< 213 20070529222916
Parsing modtime: 213 20070529222916
Converted to: Tue May 29 22:29:16 2007
Got modtime.
File: /.htuser
Getting modtime.
> MDTM /.htuser
< 213 20070916140656
Parsing modtime: 213 20070916140656
Converted to: Sun Sep 16 14:06:56 2007
Got modtime.
File: /.htgroup
Getting modtime.
> MDTM /.htgroup
< 213 20070916140656
Parsing modtime: 213 20070916140656
Converted to: Sun Sep 16 14:06:56 2007
Got modtime.
File: /.htaccess
Getting modtime.
> MDTM /.htaccess
< 213 20070527092001
Parsing modtime: 213 20070527092001
Converted to: Sun May 27 09:20:01 2007
Got modtime.
Walk finished ok.
> PASV
< 227 Entering Passive Mode  (81,169,145,47,163,41).
ftp: Parsed PASV response, using port 41769


************ Hier! ***************


> LIST -la /pics/
< 150 Opening ASCII mode data connection.
ls: init, topdir: [/pics]
ls: [-rw-r-----   1 ftp      ftp           417 May 27 11:20 .htaccess]
ls: file (640, 417): [.htaccess]
ls: [-rw-r-----   1 ftp      ftp             0 Sep 16 16:06 .htgroup]
ls: file (640, 0): [.htgroup]
ls: [-rw-r-----   1 ftp      ftp             0 Sep 16 16:06 .htuser]
ls: file (640, 0): [.htuser]
ls: [drwxr-x---   2 ftp      ftp          4096 Jun 10 16:43 cgi-bin]
ls: directory (750): cgi-bin
ls: [drwxr-xr-x   5 ftp      ftp          4096 May 30 00:30 cgi-data]
ls: directory (755): cgi-data
ls: [drwxr-xr-x   2 ftp      ftp          4096 Apr  9 16:09 css]
ls: directory (755): css
ls: [drwxr-xr-x  13 ftp      ftp          4096 Sep 16 16:05 fotos]
ls: directory (755): fotos
ls: [-rw-r-----   1 ftp      ftp          2646 May 30 00:29 index.html]
ls: file (640, 2646): [index.html]
ls: [-rw-r--r--   1 ftp      ftp          2542 May 29 23:03 index0.html]
ls: file (644, 2542): [index0.html]
ls: [-rw-r--r--   1 ftp      ftp          2148 May 29 23:03 index1.html]
ls: file (644, 2148): [index1.html]
ls: [drwxr-xr-x   2 ftp      ftp          4096 May 30 00:29 pics]
ls: directory (755): pics
ftp: EOF from DTP connection.
ftp: Fetch finished with 0.
Closing DTP connection...
< 226 Transfer complete. Closing data connection.
File: /pics/index1.html
Getting modtime.
> MDTM /pics/index1.html
< 550 No such file or directory.
Didn't get modtime.
> QUIT
< 221 Goodbye.
sitecopy: Holen der Datei-Liste von Site `strato1' gescheitert:
sitecopy: 550 No such file or directory.

An dieser Stelle stehe ich nun und komme nicht weiter. Hat jemand eine Idee, was ich falsch mache? Ich meine, ich werde doch nicht der einzige sein, der mit sitecopy an eine Strato-Site herangehen will, oder? :wink:

Ich danke Euch schon jetzt für Eure Unterstützung!


Viele Grüße,
Kleinpetri
 
Oben