Re: how to change transfer dataType to binary

2013-03-05 Thread Thomaz Luiz Santos
try the setDataType() or SetAttribute(); A=ASCII I=Binary On Tue, Mar 5, 2013 at 4:25 AM, Karas wrote: > hi > > Sorry , my english is not good. > > I want to Embedding a FtpServer in my project. > The ftp client is MCU. it only can work with binary dataType, and when the > dataType is not bi

how to change transfer dataType to binary

2013-03-04 Thread Karas
hi Sorry , my english is not good. I want to Embedding a FtpServer in my project. The ftp client is MCU. it only can work with binary dataType, and when the dataType is not binary ( like ascii ). what it did is just disconnect , not change the dataType. so how to change transfer datatype when c