Community discussion forum

Hard guru's duties (fun at MSDN)

  • 3 months ago

    I just searched whole internet () because this:

        Dim request As System.Net.FtpWebRequest
        request = System.Net.FtpWebRequest.Create(New Uri("ftp://quilt.ic.cz/todo.txt")) 'Me.GetUri(path, file)
        request.Credentials = Me.Credentials
        request.KeepAlive = False
        request.UseBinary = False
        Request.Method = System.Net.WebRequestMethods.Ftp.GetFileSize
        Return request.GetResponse.ContentLength

    Throws 505 file not exist excpt. Um. Read folowing forum there is one very good example of such duties and also example of helpful response :) For me it's quite funny.

    http://forums.msdn.microsoft.com/en-US/netfxnetcom/thread/0206feb5-90fe-4296-8fae-739dbbe4609c/

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).