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
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