Fidel Perez-Smith

Results 118 comments of Fidel Perez-Smith

A workaround is to use port forward (before LanManServer service starts) as described [here](https://github.com/jjkeijser/cifs-over-ssh/blob/main/Win10/Singlehost.md) and [here](https://superuser.com/questions/1094931/ssh-tunnel-on-windows-10-to-linux-samba/1882082#1882082)

[ddproxy](https://learn.microsoft.com/en-us/samples/microsoft/windows-driver-samples/windows-filtering-platform-packet-modification-sample/) maybe Edit: Need to turn on test signing and install a certificate, plus it appears it only supports ICMP and UDP.

Didn't work using rclone serving SMB

Yikes! Thanks Crowbar. I'll fix that up tonight

Must have been a permissions issue of not being able to write to Downloads folder. Unable to reproduce

Hi Alessandro, I'll look into it. Could you please upload `clonezilla-img`? Thanks, Fidel

Implemented in [v2.2.2](https://github.com/fiddyschmitt/File-Tunnel/releases/tag/v2.2.2)

Thanks Ahmed! Yes it should definitely not use that much CPU. I'll look into it. What protocol are you tunneling? Does the high CPU usage happen straight away, after a...

You were right - it was checking if the file was written, without sleeping! ``` public static void Wait(int ms) { if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) { Thread.Sleep(ms); return; } if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) {...

This is now fixed in [v2.2.1](https://github.com/fiddyschmitt/File-Tunnel/releases/tag/v2.2.1) Thanks Ahmed!