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 IN C#

FTP IN C#

Scheduled Pinned Locked Moved C#
csharpsysadminsecurityhelpquestion
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.
  • J Offline
    J Offline
    JABIR E
    wrote on last edited by
    #1

    iam devoloping both ftp server and client in c# (windows application) i have two doubts 1. in ftp client when set sslenable=true for security then server receive "AUTH" command server returns "226 authenticated" then server recieve some encoded character. my qustion is what is that chracter and which code returns by server 2.when uploading a file asynchronously server receive "OPTS" command which code returns for this by server please help me with advance thanks

    A 1 Reply Last reply
    0
    • J JABIR E

      iam devoloping both ftp server and client in c# (windows application) i have two doubts 1. in ftp client when set sslenable=true for security then server receive "AUTH" command server returns "226 authenticated" then server recieve some encoded character. my qustion is what is that chracter and which code returns by server 2.when uploading a file asynchronously server receive "OPTS" command which code returns for this by server please help me with advance thanks

      A Offline
      A Offline
      Arjun Marwaha
      wrote on last edited by
      #2

      About your first question I am not sure where this information would help you. This is handled by the protocol itself and if there is an error/exception, it would be shown. However if you still want the information, you can use any ftp client like Filezilla etc and enable tracing capabilities (to create a trace log) which would show you the data sent and received. For OTPS command, please refer the RFC. http://apps.mrochek.com/rfc/rfc2389.html#sec-4 ~Dave

      Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

      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