Custom Query (230 matches)
Results (82 - 84 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7 | fixed | SMB support: must tell client or server what/how to mount stuff | ||
Description |
Windows clients can't mount a remote tunneled server since we can't tell them what port to use (sigh). So maybe we should always do a reverse mount? (server mounts shares from the client) mount.cifs //127.0.0.1/public ./guest -o port=21062 -o guest
We should also deal with non-tunneled setups nicely: simply connect to SMB on client or server directly. This weighs in favour of supporting client-mounts-server option.
We can figure out what shares are available with (needs a bit of magic parsing... sigh): smbclient -U guest -N -L localhost or smbclient -A /path/to/auth-file -L localhost pysamba does not seem to help here, unless I am missing something. See bug #91 for the next step. |
|||
#9 | fixed | Putty does not exit when remote command terminates | ||
Description |
In ssh-mode, we launch a remote X command and putty is still running when the command terminates. |
|||
#10 | fixed | SVG support on windows (or lack thereof) | ||
Description |
Some apps only supply an SVG icon (ie: wine notepad). |