Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download new files in Netbeans FTP view

Tags:

php

netbeans

ftp

I have created a new project as a PHP Application from Remote Server. I am using the passive mode FTP connection setting, as without this setting I could not access the files via Netbeans at all. However, some files on the server do not show in my Netbeans panel. How does one refresh the view to show new files on the server? I have tried closing and reopening Netbeans, however it seems that Netbeans will only upload, not download new files. I see no obvious menu items for refreshing the view from the server, and adding the Scan on Demand plugin did not help. Thank you.

like image 707
dotancohen Avatar asked Aug 19 '12 11:08

dotancohen


1 Answers

right click on Source files then select :

  • Download for downloading files.
  • or
  • Upload to upload your local files.
  • or
  • Synchronize to synchronize existing files in local and server.

i hope my answer is useful for you

like image 105
Youssef Essayesy Avatar answered Oct 07 '22 02:10

Youssef Essayesy