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
June 16, 2022•
Microsoft Azure, Windows Server
• 4 Comments
With a new feature called Windows Admin Center in the Azure portal, you can now securely manage your Windows Server machines running as an...
Read More →
June 13, 2022•
Microsoft Azure
As you know we are currently running the Learn Live Azure Hybrid Cloud Study Hall on Microsoft Learn TV. The first learn live...
Read More →