|
|
@@ -770,7 +770,7 @@ namespace UAS_MES_NEW.Make
|
|
|
{
|
|
|
try
|
|
|
{
|
|
|
- FtpWebRequest request = (FtpWebRequest)WebRequest.Create(ftpDirectoryPath);
|
|
|
+ FtpWebRequest request = (FtpWebRequest)WebRequest.Create(ftpDirectoryPath.Replace("#", "%23"));
|
|
|
request.Method = WebRequestMethods.Ftp.MakeDirectory;
|
|
|
request.Credentials = new NetworkCredential(username, password);
|
|
|
request.UsePassive = true;
|