FTP/IIS Error: The process cannot access the file because it is being used by another process

Solution 1:

Figured it out.

IIS locks the ability to read/write to the current log file.

For some reason FTP (even if just using the get command) is see as reading/writing to the file. Which eliminates the ability to be able to use any kind of FTP (Like we were doing in web trends) to access those logs. What I ended up doing was sharing the log folder directory and accessing in via a network shared drive. Works fine now.