standardpavel opened a new issue, #8781:
URL: https://github.com/apache/netbeans/issues/8781
### Apache NetBeans version
Apache NetBeans 27
### What happened
Files cannot be uploaded to FTP server when included by Composer from a
local 'path' repository.
This started happening after I switched from NetBeans 17 to NetBeans 26, and
updating to NetBeans 27 has not helped.
### Language / Project Type / NetBeans Component
PHP Composer project
### How to reproduce
Create basic composer project and inside composer.json file, include
something like this:
```
"repositories": [
{
"type": "path",
"url": "../../../Global Libs/dbi/dbi_libs"
}
],
"require": {
"sps/dbi": "*"
}
```
Then in terminal on the project folder run `composer update`
This should create the appropriate 'vendor' directory which includes the
files from the source you specified in the composer.json file.
When right-clicking on the 'vendor' folder and selecting upload, it will not
upload any of the files from the source you specified in composer.json
### Did this work correctly in an earlier version?
Apache NetBeans 24 or earlier
### Operating System
Windlows 11
### JDK
24
### Apache NetBeans packaging
FoAN provided installer
### Anything else
When viewing the directory in Windows Explorer
project > vendor > sps
<img width="610" height="105" alt="Image"
src="https://github.com/user-attachments/assets/45e2bf6f-83ab-4f7e-b8e6-5250130ef153"
/>
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists