ernokaikkonen 0 #1 September 11, 2003 So, what's going on in here? Non-existing files keep me from deleting a directory? Quoteftp> ftp> pwd 257 "/www/2003" is current directory. ftp> ls 200 PORT command successful. 150 Opening ASCII mode data connection for file list. images admin 226-Transfer complete. 226 Quotas off ftp: 15 bytes received in 0.00Seconds 15000.00Kbytes/sec. ftp> rmdir images 550 images: Directory not empty ftp> cd images 250 CWD command successful. ftp> ls 200 PORT command successful. 550 No files found. ftp> Quote Share this post Link to post Share on other sites
GigaBuist 0 #2 September 11, 2003 Instead of ls try "ls -a" .. there might be a "dotfile" in there that is considered hidden by a Unix platform. Might be an .htaccess file or something. Quote Share this post Link to post Share on other sites
lummy 4 #3 September 11, 2003 Yeah, like he said.. OR IIRC if there's a folder in there, that could cause it to...I promise not to TP Davis under canopy.. I promise not to TP Davis under canopy.. eat sushi, get smoochieTTK#1 Quote Share this post Link to post Share on other sites
ernokaikkonen 0 #4 September 11, 2003 Doh! Thanks guys, it's been too long since I've used a Unix system... Quote Share this post Link to post Share on other sites
BoogieBob 0 #5 September 11, 2003 Quote So, what's going on in here? Non-existing files keep me from deleting a directory? Can you use: rm -rf images in the command-line ftp client? Quote Share this post Link to post Share on other sites