Failed to download - can not create path


libbkmz

Recommended Posts

Hi.

I have 82'd btsync on my archlinux. I sharing folder on my external HDD through USB3.0 and it has NTFS.

Client on Win 7 can't download my files. They have long names. But i found a part, which creates difficulties:

"May 3, 2013 8:51pm.flv"

 

And i found, that ":" gives me that error. So, when you will fix this? =)

Oh, sorry. Windows can't handle files with ":". But NTFS can. Very strange.

Link to comment
Share on other sites

And i found, that ":" gives me that error. So, when you will fix this? =)

":" is an illegal character in a Windows filename. The error you're seeing is because a ":" character is essentially being interpreted as a drive, and "8:" is not a valid drive!

 

This is a limitation of the Windows file system, and not a "bug" with Sync.

 

Please remember that Sync is a cross-platform application - therefore the names of the files/folders you're sharing should take that into account. For example, whilst Linux would happily allow two different files named "ABC.txt" and "abc.txt" to co-exist exist in the same folder, Windows would see these files as identical, and so only one would be permitted.

 

The morals of the story:

  • Avoid syncing files/folders containing characters that can be considered illegal on some operating systems, such as: \ / : * ? " < > |
  • Don't have files with the same name (but different variations of character case) in the same folder

 

 

Windows can't handle files with ":". But NTFS can. Very strange.

The two are not mutually exclusive! Windows is an operating system, NTFS isn't! If you're running Windows on a NTFS partition ":" isn't allowed in a filename, if you're running Linux on an NTFS partition, ":" is allowed in a filename... the point I'm making is that NTFS isn't the issue here!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.