Ejemplo n.º 1
0
        public void SetTransferType(UtilFTPTransferType type)
        {
            if (type == UtilFTPTransferType.ASCII)
            {
                ftp.TransferType = FTPTransferType.ASCII;
            }

            if (type == UtilFTPTransferType.BINARY)
            {
                ftp.TransferType = FTPTransferType.BINARY;
            }
        }
Ejemplo n.º 2
0
        public void SetTransferType(UtilFTPTransferType type)
        {
            if (type == UtilFTPTransferType.ASCII)
            {
                ftp.TransferType = FTPTransferType.ASCII;
            }

            if (type == UtilFTPTransferType.BINARY)
            {
                ftp.TransferType = FTPTransferType.BINARY;
            }
        }