Browse by Tags

Related Posts

  • FtpWebRequest SecurityException on deployment

    I am using FtpWebRequest to upload files to my web site. It works great on my machine and file gets uploaded but once I move it to the hosting site (Godaddy.com) I get a SecurityException on this line of code: Dim reqObj As FtpWebRequest = WebRequest.Create(CompleteFTPPath) What am I missing?? Jawilliams7
    Posted to Configuration and Deployment (Forum) by jawilliams7 on 08-19-2008, 12:00 AM
    Filed under: .net 3.5, ftp, FtpWebRequest, asp.net deploying, file upload
  • How do I avoid a remote FTP server error 451 ?

    Hi; I am trying to get a directory list from an FTP server. I can log on to the server through IE 6.0. But when I try this via a program I get "The remote server returned an error ( 451 ) local error in processing" message. Here is the code I am using : Imports System Imports System.Collections...
    Posted to Getting Started (Forum) by bamagrad on 07-08-2008, 12:00 AM
    Filed under: ftp, FtpWebRequest
Page 1 of 1 (2 items)