Using the FTP control, how do I rename a directory/folder on the FTP site in VB.Net? "FTP.Rename(fromPath, toPath)" just returns an error... "The process cannot access the file because it is being used by another process (550)"
Edit: Actually, getting this on deleting folders too, on multiple sites.
Edit Again: Found the problem! The error was a result of the current directory being set to the directory I'm trying to delete :-)