Dynamics AX FTP
问题 I have problems to send csv file on ftp, I use the following code found on AxaptaPedia: object ftpo; object ftpResponse; System.Net.FtpWebRequest request; System.IO.StreamReader reader; System.IO.Stream requestStream; System.Byte[] bytes; System.Net.NetworkCredential credential; System.String xmlContent; System.Text.Encoding utf8; System.Net.FtpWebResponse response; ; reader = new System.IO.StreamReader(strfmt("%1%2","\\\\Server\\directory\\","Export.csv")); utf8 = System.Text.Encoding::get