You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
I have an issue with the package. I want to use remote ftp, I add .ftpconfig as first item in path setting, but when I upload the file, it will upload to server's root directory.
When I have /root/x/a/some_file.php path set, I know that it will appear under a>some_file.php
But:
it should either appear under a > /root > /x > /a > some_file.php
as should other paths, meaning that under project foldable in treeview, the paths should appear with full folder structure, and not separated project name > path1, projectname > path2 etc.
or it should appear as it is now, but projectPath should be the full path (I don't know if remote-ftp uses the projectPath, and if it would solve the problem.
or there should be a setting for this.
As of now, I did not find a solution in the code.
The text was updated successfully, but these errors were encountered:
I have an issue with the package. I want to use remote ftp, I add .ftpconfig as first item in path setting, but when I upload the file, it will upload to server's root directory.
When I have /root/x/a/some_file.php path set, I know that it will appear under a>some_file.php
But:
as should other paths, meaning that under project foldable in treeview, the paths should appear with full folder structure, and not separated project name > path1, projectname > path2 etc.
As of now, I did not find a solution in the code.
The text was updated successfully, but these errors were encountered: