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

Stephen Boyer updated NETBEANS-5479:
------------------------------------
    Description: 
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.

 

Some additional information:

tested on 11.3, 12.0, 12.1, 12.2, 12.3

System type: Windows X64

 

  was:
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.


> 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.
>  
> Some additional information:
> tested on 11.3, 12.0, 12.1, 12.2, 12.3
> System type: Windows X64
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to