Open GoogleCodeExporter opened 9 years ago
Not sure, do you have same behavior with Putty or WinScp. If it is a symlink
you will see it as file only if it's broken or you don't have premission to
(l)stat the target. Does your server implement sftp stat command?
Original comment by mladenov...@gmail.com
on 17 Jul 2012 at 3:40
WinScp output it as folder-shortcut (folder with arrow icon).
About `stat` will tell later.
Original comment by sailor...@gmail.com
on 17 Jul 2012 at 3:48
You can also try to navigate to symlinked folder's subfolder via adressbar to
see if its server issue.
Original comment by mladenov...@gmail.com
on 17 Jul 2012 at 4:51
My root directory for connection is "/mnt/disk1/web/" (home directory (".") for
my user is same). In subdirectory "domain.com/" we have symlink "mnt" to
directory "/var/virtual/f.domain.com/".
If setup root directory to "/", our symlink still not work and output as file,
which we can't read to view its source.
`stat` command supported. Here is it's result:
File: mnt' ->
/var/virtual/f.domain.com/'
Size: 25 Blocks: 0 IO Block: 4096 symbolic link
Device: 821h/2081d Inode: 1846336 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 33/www-data) Gid: ( 33/www-data)
Access: 2012-07-17 08:12:10.203346065 +0000
Modify: 2011-10-27 12:58:23.000000000 +0000
Change: 2012-07-16 08:12:09.559220939 +0000
I can open target directory manually without any problem.
Original comment by sailor...@gmail.com
on 18 Jul 2012 at 7:37
Basically for the sake of speed and other thing I relay on server to resolve
symlinks. That would mean when you mont your drive and type
\domain.com\mnt\some_subfolder\ explorer would able to open subfolder. The
WinScp seems to resolve symlinks manualy on local. Unfortunately I can't help
you till October. You may also check your sftp server logs.
Original comment by mladenov...@gmail.com
on 18 Jul 2012 at 9:43
WinScp make simpler: When I open "/mnt/disk1/web/domain.com/mnt/", it open
directory "/var/virtual/f.domain.com/" => if after that I go to parent
directory, it open "/var/virtual/" (not "/mnt/disk1/web/domain.com/") :)
If you will make it better, that will be great! :)
Original comment by sailor...@gmail.com
on 18 Jul 2012 at 10:08
That just can't be in "filesytem mode" . What does Server/Protocol Information
(WinScp-Commands) say(just first tab)?
Original comment by mladenov...@gmail.com
on 18 Jul 2012 at 10:22
Session protocol = SSH-2
SSH implementation = OpenSSH_5.5p1 Debian-6+squeeze2
Encryption algorithm = aes
Compression = No
File transfer protocol = SFTP-3
------------------------------------------------------------
Server host key fingerprint
ssh-rsa 2048 03:5b:da:ca:53:76:8f:1a:5f:c5:eb:32:17:44:d4:28
------------------------------------------------------------
Can change permissions = Yes
Can change owner/group = Yes
Can execute arbitrary command = No
Can create symlink/hardlink = Yes/No
Can lookup user groups = No
Can duplicate remote files = No
Can check available space = No
Can calculate file checksum = No
Native text (ASCII) mode transfers = No
------------------------------------------------------------
Additional information
The server supports these SFTP extensions:
posix-rename@openssh.com="1"
statvfs@openssh.com="2"
fstatvfs@openssh.com="2"
Original comment by sailor...@gmail.com
on 18 Jul 2012 at 1:09
I have the same problem. Symlinked files work ok, but symlinked directory
appear as 0 byte file.
To test, I mounted the root directory / of the server and I access it as root
with a private key, ssh port is not the standard 22.
The weird thing is that if I create a symlink to a directory and I place it in
the root / of the server it works. If I move it in a subdir it appear as a 0
byte file.
Original comment by i...@webian.it
on 26 Aug 2012 at 9:56
More info...
I tried both Windows 7 64bit and 32bit.
And, If it can help to isolate the problem, I tried this solution of John T
http://superuser.com/questions/67551/mounting-ssh-sftp-shares-on-windows-7
and the combo MindTerm that FTP To SFTP Bridge to NetDrive works but if it's
very very slow. So maybe it's not a ssh server problem.
Original comment by i...@webian.it
on 26 Aug 2012 at 11:11
Original comment by mladenov...@gmail.com
on 7 Oct 2012 at 7:00
Same problem here. Last modification to this issue is 1 year old...
Not going to fix? :(
Original comment by par...@gmail.com
on 14 Aug 2013 at 9:05
Have the same issue. Symlinks are shown as files in Explorer and all
OpenFileDialogs. In Cygwin they are resolved as folders.
Local: Win7x64
Remote: SunOS
SSH: Sun_SSH
Original comment by dmi...@sandalov.org
on 10 Apr 2014 at 9:50
Original issue reported on code.google.com by
sailor...@gmail.com
on 16 Jul 2012 at 1:01