B
Butch
Gast
Hallo zusammen,
wenn ich auf meinem VServer per Putty eingeloggt bin und von Simvation (Flugsimulator Seite) einen Download starten möchte:
wget ftp://www.simviation.com/47scenery/srt2eur2.zip
bekomme ich Fehler (hier mit Debug Ausgabe)
Wenn ich den oben genannten Link im Browser (lokaler PC) eingebe, funktioniert das wunderbar.
Weiss jemand hier weiter ?
Danke und Gruß
Butch
wenn ich auf meinem VServer per Putty eingeloggt bin und von Simvation (Flugsimulator Seite) einen Download starten möchte:
wget ftp://www.simviation.com/47scenery/srt2eur2.zip
bekomme ich Fehler (hier mit Debug Ausgabe)
Code:
wget -d ftp://www.simviation.com/47scenery/srt2eur2.zip
DEBUG output created by Wget 1.10 on linux.
--10:11:13-- ftp://www.simviation.com/47scenery/srt2eur2.zip
=> `srt2eur2.zip'
Resolving www.simviation.com... 205.252.250.27
Caching www.simviation.com => 205.252.250.27
Connecting to www.simviation.com|205.252.250.27|:21... connected.
Created socket 3.
Releasing 0x08085528 (new refcount 1).
Logging in as anonymous ... 220 ProFTPD 1.3.0rc3 Server (Simviation) [205.252.250.27]
--> USER anonymous
331 Anonymous login ok, send your complete email address as your password.
--> PASS -wget@
230 Anonymous access granted, restrictions apply.
Logged in!
==> SYST ...
--> SYST
215 UNIX Type: L8
done. ==> PWD ...
--> PWD
257 "/" is current directory.
done.
==> TYPE I ...
--> TYPE I
200 Type set to I
done. changing working directory
Prepended initial PWD to relative path:
pwd: '/'
old: '47scenery'
new: '/47scenery'
==> CWD /47scenery ...
--> CWD /47scenery
550 /47scenery: Permission denied
No such directory `47scenery'.
Closed fd 3
Wenn ich den oben genannten Link im Browser (lokaler PC) eingebe, funktioniert das wunderbar.
Weiss jemand hier weiter ?
Danke und Gruß
Butch