You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Stephen Boyer (Jira)" <ji...@apache.org> on 2021/03/24 17:44:00 UTC

[jira] [Updated] (NETBEANS-5479) Remote upload (sftp) removing character from path

     [ https://issues.apache.org/jira/browse/NETBEANS-5479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Boyer updated NETBEANS-5479:
------------------------------------
    Affects Version/s: 12.3

> 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: 11.3, 12.1, 12.0.1, 12.2, 12.3
>            Reporter: Stephen Boyer
>            Priority: Major
>
> 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists