symbolic links and winscp?

Advertisement

MickeM
Guest

symbolic links and winscp?

Hi,

I have been trying to use symbolic links with winscp and cant really make it work like I want.

1, I would like to be able to "not follow" symbolic likns ie:

If I have the following link: /home/mickem/my-link -> /foobar
I would like that to be showed as: /home/mickem/my-link/<files> as opposed to how winscp does it (followes the link) soI get /foobar/<files> when I "enter the link".
The reason for this is that I have alot of symbolic links and want the "up" button to go back to /home/mickem and not /. (This can partally be solved using the back button instead but still it would be simpler if there was an option of not following symbolic links.

2, Downloading a symbolic link to a directory.
When I try to download a symbolic link that points to a directory nothing happends at all. And since winscp knows it is a link to a directory (I have that option enabled and it shows up as a "folder") i think it is strange that it fails (without an error or anything) to download so this I hope is a bug that someone can fix.


// MickeM

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,430
Location:
Prague, Czechia

Re: symbolic links and winscp?

MickeM wrote:

1, I would like to be able to "not follow" symbolic likns ie:

If I have the following link: /home/mickem/my-link -> /foobar
I would like that to be showed as: /home/mickem/my-link/<files> as opposed to how winscp does it (followes the link) soI get /foobar/<files> when I "enter the link".
That's how SFTP works. Or rather that's how it is implemented in OpenSSH SFTP server (and maybe others).

2, Downloading a symbolic link to a directory.
When I try to download a symbolic link that points to a directory nothing happends at all. And since winscp knows it is a link to a directory (I have that option enabled and it shows up as a "folder") i think it is strange that it fails (without an error or anything) to download so this I hope is a bug that someone can fix.
Well, that's a limitation. I'll consider solving it.

Reply with quote

Guest

Re: symbolic links and winscp?

martin wrote:

MickeM wrote:

1, I would like to be able to "not follow" symbolic likns ie:

If I have the following link: /home/mickem/my-link -> /foobar
I would like that to be showed as: /home/mickem/my-link/<files> as opposed to how winscp does it (followes the link) soI get /foobar/<files> when I "enter the link".
That's how SFTP works. Or rather that's how it is implemented in OpenSSH SFTP server (and maybe others).

Well, I know thats how it works in "sftp" but iwould be simple to have an option for winscp to override this behaiviour ie. to have a "virtual path" that is shows to the user and a "real path" it uses on the server. (many regular FTP clients has an option for this)

What I mean is to "hide" the real path in the winscp UI and instead show the symbolic link as a folder.

// Michael Medin

Reply with quote

vasya_pupkin
Joined:
Posts:
1
Location:
spb, ru

Re: symbolic links and winscp?

MickeM wrote:

2, Downloading a symbolic link to a directory.
When I try to download a symbolic link that points to a directory nothing happends at all. And since winscp knows it is a link to a directory (I have that option enabled and it shows up as a "folder") i think it is strange that it fails (without an error or anything) to download so this I hope is a bug that someone can fix.
I came here to report this bug as well. Realy strange that WinSCP fails to copy contents of target directory after resolving symbolic link. At least a warning would be nice, because when it silently fails, I can easily miss something in my backup.

I'm using WinSCP as FAR plugin, latest version.

Reply with quote

Advertisement

kevinf
Guest

Any updates on https://winscp.net/tracker/51 ?

I have a server which downloads files, it would be awesome if I could create symbolic links to files + folders in a special "completed downloads" directory (which is synced to a windows box), while not physically moving files.

What will happen if get -delete is called, will it delete the symbolic links, the linked to files+folders, or both?

Reply with quote

relipse
Guest

WinSCP doesn't refresh symlinks unless

WInSCP won't refresh symlinks unless you go to the parent folder, close it, right click -> refresh, then open it again.

Reply with quote

Silverware
Guest

Follow Symlink Option for Commandline

This is a very useful feature for me, I have a usecase where I want multiple users to sync down files from the same location on the server using symlinks.

Can we also get this option added to the command line, instead of purely in site configuration?
Having a simple flag you can set would resolve my current issue, where the users are unprepared to create a site, and I cannot create the site on their system remotely.

TL;DR: A flag for the OPEN command -FollowSymbolicLinks

Reply with quote

Advertisement

Silverware
Guest

Re: Follow Symlink Option for Commandline

Silverware wrote:

This is a very useful feature for me, I have a usecase where I want multiple users to sync down files from the same location on the server using symlinks.

Can we also get this option added to the command line, instead of purely in site configuration?
Having a simple flag you can set would resolve my current issue, where the users are unprepared to create a site, and I cannot create the site on their system remotely.

TL;DR: A flag for the OPEN command -FollowSymbolicLinks

Oops ignore this..
-rawsettings FollowDirectorySymlinks=1

Reply with quote

kevinf
Donor
Joined:
Posts:
1
Location:
canada

Thank you very much for implementing this feature :) I have been following for 3 years. I just donated a few $$. Enjoy.

Reply with quote

Advertisement

You can post new topics in this forum