i have winXP SP1, WGet 1.8.2 (212992 bytes) and when I call wget with -P parameter, subdirectories are not created.
It looks like, when it can create file .listing, it cannot because dir doesn't exists. But it don't create it... And I thing this is bug...
thanx, hlavki
For example:
wget -P C:/pizda -nH --cut-dirs=1 -r -t 0 -N -o C:\www\_Default\cars\wget.log -A php ftp://user:[EMAIL PROTECTED]/cars/
After execute this command a receive this:
--13:14:29-- ftp://user:[EMAIL PROTECTED]/cars/ => `C:/pizda/.listing' Resolving ftp.server.com... done. Connecting to ftp.sever.com[xxx.xxx.xxx.xxx]:21... connected. Logging in as user ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /cars ... done. ==> PORT ... done. ==> LIST ... done.
--13:14:30-- ftp://user:[EMAIL PROTECTED]/cars/_bordel/
=> `C:/pizda/_bordel/.listing'
==> CWD /cars/_bordel ... done.
==> PORT ... done. ==> LIST ... done.
C:/pizda/_bordel: File existsC:/pizda/_bordel/.listing: No such file or directory
unlink: No such file or directory
