[성현모] CPXV2 Init
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SystemX.Net.Comm.IIS_FTP
|
||||
{
|
||||
public enum eFTPServiceStatus
|
||||
{
|
||||
None = 0,
|
||||
Unused,
|
||||
Connected,
|
||||
Disconnected
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user