Community
Participate
Working Groups
1. I have a top-level folder named "impress.js" 2. From nav, select it and use SFTP Import... 3. Enter credentials, hit Start 4. Server returns an error 500, "Internal error during transfer" The same operation works OK on a top-level folder whose name does not end in .js A quick look at the code suggests that we interpret .js as a file extension, and then chop it off, and then can't find a folder on disk with the resulting name: > localRoot = NewFileServlet.getFileStore(req, path.removeFirstSegments(1).removeFileExtension()); Strange
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html