Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. FTP

FTP

Scheduled Pinned Locked Moved C#
csharpquestionsysadminsales
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bwagz
    wrote on last edited by
    #1

    I'm trying to implement a software registration in my application. When the user registers, it checks our server for the software license they entered to see if its' valid. From what I've read on the web, I needed to do this using FTP. I'm still using VS2003 so webclients are not available. Everything seemed to work fine until one of our customers was behind a well protected firewall. For datasocket transmission I'm using PASV mode, but they still can't register. In fact, they can't even log into our FTP server. My question is: Is using FTP the best way of sending files and data between server and client with C# .NET 1.0? If so, how would this customer register if behind a firewall. Would they need to have their IT guys allow access to our IP address? Thanks, Brian

    R 1 Reply Last reply
    0
    • B bwagz

      I'm trying to implement a software registration in my application. When the user registers, it checks our server for the software license they entered to see if its' valid. From what I've read on the web, I needed to do this using FTP. I'm still using VS2003 so webclients are not available. Everything seemed to work fine until one of our customers was behind a well protected firewall. For datasocket transmission I'm using PASV mode, but they still can't register. In fact, they can't even log into our FTP server. My question is: Is using FTP the best way of sending files and data between server and client with C# .NET 1.0? If so, how would this customer register if behind a firewall. Would they need to have their IT guys allow access to our IP address? Thanks, Brian

      R Offline
      R Offline
      Ryno Burger
      wrote on last edited by
      #2

      Another good idea would be to implement a registration service via http. You have a 99% chance that you clients would have port 80 open. Perhaps in you VS app you can have a link to your server which will allow then to register from there.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups