Hard guru's duties (fun at MSDN)

  • 12 years 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).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Computer Science is no more about computers than astronomy is about telescopes.” - E. W. Dijkstra