an ide for php to access remote server in ubuntu -


i have start working in ubuntu , have work on remote servers. have work on vi editor , decided work on ide , installed netbeans , able login remote server "sftp", here problem , remote server not allow root access @ first time , have login demo account , have use "su - " access root .

so in netbeans not able switch user after login. there way.

so question possible me work on ide provide me facility use , in situation or not ?

try installing sshfs map server folder in place within machine, can use ide directly in folder, forgetting permissions.

to mount: sshfs user@server.com:/path/to/code/folder /home/user/local/folder/

to unmount: fusermount -u /home/user/local/folder/


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -