Search results for query: *

  • Users: fredX
  • Order by date
  1. F

    Javascript Error: Object Required: ASP.NET

    Try var getobj=document.getElementById("<%=chkboxHeader.ClientID %>").value;
  2. F

    Question FtpWebRequest and Firewall settings

    Woo-hoo After all that, found this solved all my problesm - no need to change my firewall settings here at all: Enable passive FTP in Windows Firewall on Windows Server 2008
  3. F

    Question FtpWebRequest and Firewall settings

    Thanks - and sorry for posting in wrong forum (actually I mis-read VS for VB, but even so..) Pardon my ignorance of these matters, but won't the receiving server's (the client in this case) port 20 be open anyway, as I can FTP in to that using regular FTP s/w anyway? But using said s/w I have...
  4. F

    Question Relative path and accessing text files

    Personally I see nothing wrong in using text files (use an .ini file extension by convention) for this sort of thing, as long as you encrypt any passwords. I'd put the ini file in the same folder as the exe (which may mean having two copies if you use different output folders for your...
  5. F

    Question FtpWebRequest and Firewall settings

    Hi, I am trying to send (upload) a file to a remote server using System.Net.FtpWebRequest, but the only way I can get it to succeed is by opeing my Firewall to both inbound and outbound TCP traffic on all ports. I have tried restricting it to the obvious ports 20 and 21, but without siuccess...
Back
Top