FTP shortcuts to another folder

Nazariy

How can I create shortcut from one ftp folder to another using SFTP client such as WinSCP with Putty?

For example, application path is /home/primary/webapps/appication/

We have created new user with default home directory /home/secondary/

Using Bash command:

 setfacl -R -m u:secondary:rwx /home/primary/webapps/appication/

we added full Read-Write permission for secondary user.

To access application folder he suppose to type full path to application folder which is not so convenient for daily usage.

As a solution I would like to create some shortcuts in home directory to this folders as I seen something similar in default cPanel configuration where PUBLIC_HTML folder has some alias such as WWW.

John T

You can make a link to the other folder

ln -s /home/primary/webapps/application /home/secondary/application

This will create a link under /home/secondary called "application" which points to /home/primary/webapps/application. Once logged in to his home folder, he simply has to click on the "application" folder and will be directed to the proper location.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to move CSV file in FTP server one folder to another?

From Dev

TortoiseSVN Folder-Shortcuts

From Dev

Invalid hidden shortcuts in user folder

From Dev

Uploading into folder in FTP?

From Dev

Upload folder to FTP server

From Dev

Uploading into folder in FTP?

From Dev

Create folder link in FTP

From Dev

Batch FTP Folder uploading

From Dev

Check if is file or folder on FTP

From Dev

shortcuts for Add new solution folder to solution

From Dev

How to create folder shortcuts in file manager?

From Dev

Windows 7 virus removed shortcuts and folder permisions

From Dev

How to remove folder shortcuts from Dash files

From Dev

Open "Go to Folder" keyboard shortcuts outside of Finder

From Dev

WIndows Installer Putting shortcuts into a custom folder with a property

From Dev

Change the default icon for shortcuts in a specifc folder

From Dev

Add custom folder shortcuts to places list

From Dev

Inno Setup shortcuts for folder are not opening in Windows 10

From Dev

how to sync ftp folder with local folder?

From Dev

Keep a local folder in sync with a remote FTP folder

From Dev

how to sync ftp folder with local folder?

From Dev

Keep FTP folder synchronized with Windows folder

From Dev

Deleting a file and a folder in a FTP folder, using VBA

From Dev

New folder being created in FTP

From Dev

Check if FTP folder exists & if not then create it

From Dev

Move file to parent folder on FTP

From Dev

PHP FTP upload to specific folder

From Dev

HTML Form to upload FTP Folder

From Dev

Check if FTP folder exists & if not then create it