More backoffice fun
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
|
||||
namespace PartSource.Automation.Services
|
||||
namespace PartSource.Backoffice.Services
|
||||
{
|
||||
public class FtpService
|
||||
{
|
||||
|
||||
public void Download(string filename)
|
||||
{
|
||||
//FtpWebRequest request = (FtpWebRequest)WebRequest.Create($"{_ftpConfiguration.Url}/{filename}");
|
||||
|
||||
Reference in New Issue
Block a user