Re: Getting a strange error (General questions)
Jason,
Can you try to add Protocol Property and use FTPSimplicit Protocol (value = 4).
You need to add it before calling Connect method.Let us know how it goes.
Drazen
I have this right now, I just didn't think it relevant to post:
m_Ftp->put_Authentication(authPassword);
m_Ftp->put_Protocol(FTPSwithdata);