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"
Tags:
Cannot download File from IIS6 FTP,
filename,
FTP,
IIS,
IIS 6,
IIS 6.0,
Mac OS X,
Microsoft,
renaming,
Windows,
Windows Server,
Windows Server 2003 Last modified: July 22, 2010
Thomas works as a Senior Cloud Advocate at Microsoft. He engages with the community and customers around the world to share his knowledge and collect feedback to improve the Azure cloud platform. Prior joining the Azure engineering team, Thomas was a Lead Architect and Microsoft MVP, to help architect, implement and promote Microsoft cloud technology.
If you want to know more about Thomas, check out his blog: www.thomasmaurer.ch and Twitter: www.twitter.com/thomasmaurer
March 14, 2023•
Certification, Microsoft
• One Comment
I just got confirmation that I am a Microsoft Certified Trainer MCT 2023-2024. After being a Microsoft Certified Trainer...
Read More →
February 28, 2023•
Awards, Thomas Maurer
I have some exciting news to share with you today. I am thrilled to announce that I have been selected as one of the Veeam Vanguards for...
Read More →