How to set the Default Transfer Mode to BINARY

2012-10-09 Thread Shannonhouse, Joseph G (IS)
I am running an embedded FTP Server and I would like to set the default transfer mode to BINARY. That is, I don't want the client to have to ISSUE the TYPE command to transfer in BINARY mode. Thanks in advance, Joe Joseph Shanonnhouse Northrop Grumman Information Systems 720.744.5912

Re: How to set the Default Transfer Mode to BINARY

2012-10-09 Thread John Hartnup
It can't be done, at least not without redefining the protocol and modifying both client and server. Both ends need to agree on transfer type, and the client will default to ASCII. On Oct 9, 2012 11:04 PM, Shannonhouse, Joseph G (IS) joe.shannonho...@ngc.com wrote: I am running an embedded FTP