G
gnanib
I am writing an FTP client in C# with the help of the functions
available in wininet.dll. I was able to get everything to work
except the use of the "FtpCommand" function. Basically I am trying
to issue the "ALLO" command to a server, but the ALLO command is not
availabe in wininet.dll. Therefore I have to use the FtpCommand.
I was wondering if anyone was able to successfully use this command in
C# to send out strings to a FTP server/client, and if so who to use
it. I keep getting error #87 back, which is an error indicating
incorrect parameters.
available in wininet.dll. I was able to get everything to work
except the use of the "FtpCommand" function. Basically I am trying
to issue the "ALLO" command to a server, but the ALLO command is not
availabe in wininet.dll. Therefore I have to use the FtpCommand.
I was wondering if anyone was able to successfully use this command in
C# to send out strings to a FTP server/client, and if so who to use
it. I keep getting error #87 back, which is an error indicating
incorrect parameters.