Stephen Boyer created NETBEANS-5479:
---------------------------------------
Summary: Remote upload (sftp) removing character from path
Key: NETBEANS-5479
URL: https://issues.apache.org/jira/browse/NETBEANS-5479
Project: NetBeans
Issue Type: Bug
Affects Versions: 12.2, 12.0.1, 12.1, 11.3
Reporter: Stephen Boyer
When doing a remote upload, either manual or upload on save to an sftp server,
Netbeans will connect, parse the default path correctly, then remove the first
character in the folder path.
For example: SFTP path"/var/www/vhosts/mydomain.com/httpdocs
file in project: application/views/myview.php
Netbeans will try to save the file to the following location:
/var/www/vhosts/mydomain.com/httpdocs/pplication/views/myview.php
This of course fails since it is stripping the first character out of the file
path.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
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