Ftp Client .NET w/ WinInet.dll or WebRequest Class

  • Thread starter Thread starter Katie
  • Start date Start date
K

Katie

I am attempting to write an Ftp Client to send a quote
command prior to a file upload. I would like to use the
WinInet.dll but it seems to hang when I call the
FtpCommand method from C# or it returns a false response
even though the command was successful.

I have also attempted to inherit from the WebRequest and
WebResponse classes based on examples I have found on the
internet but it hangs when the socket goes to read
whether the file was downloaded successfully.

Any help with either solution would be greatly
appreciated.

Thanks,
Katie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top