diff --git a/server/RdtClient.Service/Services/Downloaders/DownloadStationDownloader.cs b/server/RdtClient.Service/Services/Downloaders/DownloadStationDownloader.cs index 3a11918..44375b8 100644 --- a/server/RdtClient.Service/Services/Downloaders/DownloadStationDownloader.cs +++ b/server/RdtClient.Service/Services/Downloaders/DownloadStationDownloader.cs @@ -59,7 +59,7 @@ public class DownloadStationDownloader : IDownloader } else { - remotePath = Path.Combine(downloadPath, category, downloadPath).Replace('\\', '/'); + remotePath = Path.Combine(rootPath, category, downloadPath).Replace('\\', '/'); } }