Hi All,
We are using the "OpenNetCF.Net.FTP" library for our PDA application (Pocket PC 2003).
In our application we use an option for transferring a file from the FTP server into the PDA application path. To do this we make use of the method "ftpWebRequest.GetRequestStream". Later we will have a binary reader associated with this stream and will read the files from FTP and will write the contents into a file in the PDA.
While doing this operation when multiple users are operating at a time with the same FTP server then the below error occurs:
System.ApplicationException: Couldn't open passive data connection, no DataConnection IP was given at OpenNETCF.Net.Ftp.FtpWebRequest.OpenPassiveDataConnection() at OpenNETCF.Net.Ftp.FtpWebRequest.OpenDataConnection() at OpenNETCF.Net.Ftp.FtpWebRequest.GetResponse()
Please let us know if there is any special method to follow for multi user access at the same time.
With Regards,
M. Gangadhar.