Hello Friends,

I use wget 1.8.2 and 1.5.3. When I use wget 1.8.2 I get this output

wget -v -c --no-host-directories ftp://user:[EMAIL PROTECTED]/OmniTracker/file.txt
--10:16:18--

ftp://user:*password*@194.153.x.x/OmniTracker/file.txt
           => `file.txt'
           Connecting to 194.153.x.x:21... connected.
           Logging in as user ... Logged in!
           ==> SYST ... done.    ==> PWD ... done.
           ==> TYPE I ... done.  ==> CWD /var/www/ftp/OmniTracker ...
           No such directory `OmniTracker'.

But when I use wget 1.5.3

C:\>wget -v -r -c --no-host-directories 
ftp://user:[EMAIL PROTECTED]/OmniTracker/file.txt
--10:20:21--  ftp://user:[EMAIL PROTECTED]:21/OmniTr
           => `OmniTracker/.listing'
           Connecting to 194.153.x.x:21... connected!
           Logging in as user ... Logged in!
           ==> TYPE I ... done.  ==> CWD OmniTracker ... done.
           ==> PORT ... done.    ==> LIST ... done.

               0K ->

               10:20:34 (648.44 KB/s) - `OmniTracker/.listing' saved
               [664]

I am getting this error for both windows and linux versions of wget (1.8.2).
Pls tell me why the CWD is different in both versions. In version
1.8.2 CWD is doing /var/www/ftp/ and version 1.5.3 takes only CWD
OmniTracker. In the remote server user home directory is /var/www/ftp
and have no permission to do "cd /var/www/"

Regards
-- 
 .''`.     Dileep M. Kumar <[EMAIL PROTECTED]>
: :'  :    http://www.kumarayil.net
`. `'`
  `-  Debian GNU/Linux - Choice of the Freedom Lovers

Reply via email to