I am working on remote server using netbeans.
I wish to remove files or directories from my local computer without deleting it from server.
As for now I didn't find a way to do so.
Does anyone have a solution for this?
Thanks!!
Just close Netbeans, then delete files or directories from computer and reopen Netbeans.
Files or directories were deleted only from locale project. At least it worked for me.
For my project > properties > Run configuration > Upload files: I have set to 'On Save'.
Related
Hi is there a way for PhpStorm to work directly on a remote server? No local files. Because as of the moment PhpStorm has local files wherein it just automatically uploads all files during save on remote.
My problem is if someone changes something remotely I need to manually download it first before seeing the changes.
It's not possible to fully operate on a remote server. Phpstorm need a local project, which contain the .idea folder. You can edit remote files without downloading them to the project folder. But in this case the entire list of features is not available.
For you can be useful the following settings:
tools->Deployment->Options:
warn when uploading over newer file
Notify about remote changes
I am using webstorm to load a project via sftp.
The remotely mapped directory had some files, which have been deleted via ssh from terminal.
These files still show up in the project, even If I try synchronizing the project dir with server, or download from server options.
The problem persists even if I create new projects, after delete existing ones.
ALso when I am creating a new project and trying to set project root at the dir in the server, when I go along the path to selecting that dir, all other dirs are not shown.
my remote path on server is ~/Desktop/jekyll_files
I have other directories on Desktop in the server, but these dont show up when I navigate to the jekyll_files dir
It was a problem unrelated to webstorm
I am new to PhpStorm. I want to edit files on remote host without mapping (like in PhpDesigner). I configured server, opened in on Remote Host window and I watch all files, but when I click on file it is not open in editor. How to do this?
In new EAP version of PHPStorm You can edit remote file. http://blog.jetbrains.com/phpstorm/2015/04/remote-edit-in-phpstorm-9-eap/
You can only edit local files. This is a lacking in IntelliJ platform IDEs. Sorry for this. You can take a look at this ticket, or make one for yourself as a feature request.
As I cannot access to my admin area, I was told that Joomla system files might have problems and the best is to download the latest version and rewrite it on my host. My website is running and up. So if I replace the Joomla package on my host, will it remove or change anything on my website? anything that I have on the website, such as plugins, template, articles, music, mySQL, and so on. Will they change?
It is based on Joomla 1.5.
If yes, Any suggestion?
It's not a good idea to do it on your live server because you may broke your site. Instead of this prepare a local server and download your site to it. Then download a dump of your server database and restore it locally.
On your local copy you only need to change the configuration.php file with your local database settings (username, password and database) and paths to tmp and cache directories.
When the local site is up and running you can try to replace old files with the new ones, but don't overwrite the configuration.php file. Before replacing files is not a bad idea to keep a copy of your site files. By the way, don't try to overwrite with files from higher versions than 1.5 : it simply won't work. The last stable package for the (discontinued) 1.5 is 1.5.26, available through JoomlaCode : http://joomlacode.org/gf/project/joomla/frs/
If this solves your issue then you can upload the files downloaded from Joomla to your server (except the configuration.php) .
Regards!
Edit: as you can see, your articles will not be removed, as they are stored on the database.
I just set up Aptana and have configured the Apache testing server in the folder C:\Apache\htdocs. When I try to test a simple HTML file I am directed to localhost/myproject/myfile.html but I get a 404 error. Upon inspecting the folder I find it empty. If I put a file in that folder the external server displays it just fine, but Aptana is not loading the files on the testing server when I attempt to run them. Any ideas? I know it's something simple, but I can't seem to figure out the problem.
Thanks,
Rob
The solution I discovered for this seems like a workaround but may be the only way to perform the task. I simply set up the localhost server just as if I was publishing the site to a remote location. Of course, the files don't update automatically when viewed like Dreamweaver does, but it works.
I discovered the best solution to this problem. I discovered I needed to install an FTP server on the local machine. I installed and configured Filezilla server and voila - problem solved. The only tip I'd add is to make sure to set the permissions properly for the folder or you'll run into errors.