Open GoogleCodeExporter opened 8 years ago
This was from my first of two attempts to resolve the issue, but it bypasses
the autocorrection used when showing the windows share vs the unix path.
JsonObject session = (JsonObject)Program.DaemonDescriptor.SessionData;
tmp = (string)session[ProtocolConstants.FIELD_INCOMPLETE_DIR] + "/" +
t.TorrentName;
Original comment by idleb...@gmail.com
on 30 Jan 2011 at 6:03
around line 500 in torrent.cs
'public string SambaLocation'
return something different if not complete.
Original comment by idleb...@gmail.com
on 30 Jan 2011 at 6:34
Original issue reported on code.google.com by
idleb...@gmail.com
on 30 Jan 2011 at 6:01