wget -r ftp://<myurl>/test.txt --ftp-user=<username> --ftp-password=<password>
The above does not erase the existing file test.txt from my directory. The download says it has downloaded the new file, which is 139 bits: 100%[======================================================================= =============================================>] 139 --.-K/s in 0s 23:32:38 (755 KB/s) - `<myurl>/test.txt' saved [139] But an ll at the root shows the old file. Using CentOS5 on a box with Asterisk and Elastix. wget ftp://<myurl>/test.txt --ftp-user=<username> --ftp-password=<password> Writes the test.txt.1, test.txt.2, etc. Thanks, Cory Sanders Secure Cloud Solutions 15815 46th St., Ste. 116 Phoenix, AZ 85048 (480) 302-6901 direct (480) 203-1073 mobile (866) 731-0629 fax
