Browse by Tags

Sorry, but there are no more tags available to filter with.
  • ftp server on mobile

    I want to build a ftp server on windows mobile so I should start... thanks for any comment
    Posted to How do I....? (Forum) by sunictu on 09-23-2011
  • Help with FTP

    Hi. Can anyone see what is wrong with the following code: Dim ftpReqCreator As New FtpRequestCreator WebRequest.RegisterPrefix("ftp:", ftpReqCreator) Dim ftpUri As New Uri("ftp://" + LAN_FTP_Server + "/" + filename) Dim ftpReq As FtpWebRequest = WebRequest.Create(ftpUri...
    Posted to How do I....? (Forum) by mish666uk on 04-02-2008
  • Re: working FTP sample wanted

    BeginConnect is asynchronous, meaning that you won't be connected when the call returns. You have to wait for the connection to be made befoe doing a transfer. The reason for this is that some servers have a long timeout, and you app could hang for a long time if it were synchronous.
    Posted to How do I....? (Forum) by ctacke on 03-05-2008
  • Re: working FTP sample wanted

    Take a look at our new shared-source library available here .
    Posted to How do I....? (Forum) by ctacke on 03-03-2008
Page 1 of 1 (4 items)