Solved: Cannot download File from IIS6 FTP

Today we a ticket which was escalated by the second level support to the engineering. A customer could not download, remove or rename the file via FTP. The Hosting is running on a Windows Server 2003 R2 with IIS6. After checking the file on the filesystem I saw that the filename had a space in before.

Normalfilename:

“filename.html”

Wrongfilename:

” filename.html”

You cannot really name a file like that with a windows machine. But Linux and Unix systems like Mac OS X allow this.

After renaming the file to a normal Windows filename, the customer you download the file again.

Btw you can simple rename the file with powershell

Rename-Item " filename.html" "newfilename.html"

Game Changer Safari 5

Safari 5

Apple just released version 5 of Safari. I work with Safari as my default browser since version 4. I use Safari because its one of the fastest and best integrated browsers out there. It’s not just the speed when you load a webpage, its how fast the browser feels if you open it or you open a new window or tab. It makes working so much easier.

Safari 5

The only thing I missed were extensions for it. Now Apple not just made Safari faster and added better Support for HTML5, they also added extensions. I could not be happier about that. Two days after the Safari 5 release there are a lot of extensions out there. You can find some on http://safariextensions.tumblr.com.

Btw, the integrated developer tools for web developers are just awesome. A lot of colleges in my company changed their default browser from Firefox, Chrome or even Internet Explorer to Safari 5.