incorrect "specified path, file name, or both are too long." error.
Easy, fast, and lightweight backup and synchronization app for Windows
Brought to you by:
createsoftware
The specified path, file name, or both are too long. incorrectly generated.
error.log extract:
Error C:\Users\xxxxxxxxxxxx\.eclipse\org.eclipse.oomph.p2\cache\http___ftp-stud.fht-esslingen.de_pub_Mirrors_eclipse_releases_neon_201705151400_plugins_org.eclipse.mylyn.wikitext.markdown.ui_2.10.1.v20161129-1925.jar.pack.gz The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.digest:
path 58 characters
C:\Users\xxxxxxxxxxxx.eclipse\org.eclipse.oomph.p2\cache\
filename, 160 characters.
http___ftp-stud.fht-esslingen.de_pub_Mirrors_eclipse_releases_neon_201705151400_plugins_org.eclipse.mylyn.wikitext.markdown.ui_2.10.1.v20161129-1925.jar.pack.gz
That's the path to the source, but how long is that path to the destination?
IOW, the problem is with the file that you listed, but the error comes from trying to create the file on the other side.
Yes, here's the other side.
Failed File Create Left → Right \.eclipse\org.eclipse.oomph.p2\cache\http___ftp-stud.fht-esslingen.de_pub_Mirrors_eclipse_releases_neon_201705151400_plugins_org.eclipse.mylyn.wikitext.markdown.ui_2.10.1.v20161129-1925.jar.pack.gzpath 38 characters
.eclipse\org.eclipse.oomph.p2\cache\
filename, 160 characters.
http___ftp-stud.fht-esslingen.de_pub_Mirrors_eclipse_releases_neon_201705151400_plugins_org.eclipse.mylyn.wikitext.markdown.ui_2.10.1.v20161129-1925.jar.pack.gz
The destination is a NAS box. I successfully created a file with that name manually.
Hope this helps.