On 02/10/12 14:49, Mark wrote: > Readme.txt was already downloaded. Here's the wget output for that file: > > --2012-10-02 13:04:49-- > ftp://ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix/Readme.txt > => > ‘ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix/Readme.txt’ > ==> CWD not required. > conaddr is: 64.4.30.33 > --> PASV > > 227 Entering Passive Mode (64,4,30,33,52,37). > trying to connect to 64.4.30.33 port 13349 > Created socket 5. > --> REST 6345 > > 350 Restarting at 6345. > --> RETR Readme.txt > > 125 Data connection already open; Transfer starting. > Length: 6345 (6.2K), 0 remaining > > 0K > 0K 100% 0.00 =0s > > Closed fd 5 > 226 Transfer complete. > > > -- Mark
Not happening here (wget 1.14): > wget -m > ftp://ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix/Readme.txt > --2012-10-02 21:51:34-- > ftp://ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix/Readme.txt > => > 'ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix/.listing' > Resolving ftp.microsoft.com... 64.4.17.176 > Connecting to ftp.microsoft.com|64.4.17.176|:21... connected. > Logging in as anonymous ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD (1) > /bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix > ... done. > ==> PASV ... done. ==> LIST ... done. > > [ <=> ] 387 --.-K/s in 0s > > 2012-10-02 21:51:36 (39.2 MB/s) - > 'ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix/.listing' > saved [387] > > Remote file no newer than local file > 'ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix/Readme.txt' > -- not retrieving. > FINISHED --2012-10-02 21:51:36-- > Total wall clock time: 2.6s > Downloaded: 1 files, 387 in 0s (39.2 MB/s) Or > wget -c > ftp://ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix/Readme.txt > --2012-10-02 21:50:44-- > ftp://ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix/Readme.txt > => 'Readme.txt' > Resolving ftp.microsoft.com... 64.4.17.176 > Connecting to ftp.microsoft.com|64.4.17.176|:21... connected. > Logging in as anonymous ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD (1) > /bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP1/Store2-fix > ... done. > ==> SIZE Readme.txt ... 6345 > File has already been retrieved. > 2012-10-02 21:50:47 (0.00 B/s) - 'Readme.txt' saved [6345]
