Torchify911 commented on issue #6952:
URL: https://github.com/apache/netbeans/issues/6952#issuecomment-1938971339

   1) click to create a php project
   2) in the "run configuration" section of the setup modal form, select 
"remote web site" to enable FTP for the project
   3) while still in the "run configuration" modal,  setup and configure an FTP 
connection to a FILEZILLA server. 
   4) while still in the "run configuration" modal, set "upload files" to 
Manually"
   5) click to finish project creation
   6) create any file and upload the file to the server by any means so that 
there is content in the folders of the PHP project
       - > in netbeans, you right click on any project file and select  
"upload" from the context menu. 
   > **CRITICAL FAILURE POINT** 7) in the netbeans project tree, right click 
the source files node and select "download" from the context menu. 
   8) The FTP output from the FILEZILLA server is displayed in the Output pane. 
The output should resemble something like this:
   220-FileZilla Server 1.8.1
   220 Please visit https://filezilla-project.org/
   USER username
   331 Please, specify the password.
   PASS ******
   230 Login successful.
   TYPE I
   200 Type set to I
   CWD /
   250 CWD command successful
   PWD
   257 "/" is current directory.
   CWD /
   250 CWD command successful
   PWD
   257 "/" is current directory.
   SYST
   215 UNIX emulated by FileZilla.
   PASV
   227 Entering Passive Mode (192,168,0,249,205,18)
   LIST -a /
   **550 Invalid file name or path**
   
   9) try any other node in the project and the same output happens. Netbeans 
displays an empty directory tree in the "file download" window that opens. 
   
![image](https://github.com/apache/netbeans/assets/156535119/9fd87da2-68c7-42cf-b598-ffc383f18dd9)
   


-- 
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

Reply via email to