SFTP CLient

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Luke Vogel

    #1

    SFTP CLient

    I've looked everywhere ...

    Is there anywhere that has the source code for a SFTP client that I can
    modify for my needs?

    Please?

    --
    Regards Luke.
    -----
    There are 10 types of people in this world
    Those that understand binary and those that don't
    -----


  • Ken Tucker [MVP]

    #2
    Re: SFTP CLient

    Hi,

    Why not take a look at the indy project. I know they support
    ftp maybe they do sftp.



    Ken
    -------------------
    "Luke Vogel" <not@_real_addr ess> wrote in message
    news:%23S5tZhct FHA.904@tk2msft ngp13.phx.gbl.. .[color=blue]
    > I've looked everywhere ...
    >
    > Is there anywhere that has the source code for a SFTP client that I can
    > modify for my needs?
    >
    > Please?
    >
    > --
    > Regards Luke.
    > -----
    > There are 10 types of people in this world
    > Those that understand binary and those that don't
    > -----
    >
    >[/color]


    Comment

    • Ken Tucker [MVP]

      #3
      Re: SFTP CLient

      Hi,

      Why not take a look at the indy project. I know they support
      ftp maybe they do sftp.



      Ken
      -------------------
      "Luke Vogel" <not@_real_addr ess> wrote in message
      news:%23S5tZhct FHA.904@tk2msft ngp13.phx.gbl.. .[color=blue]
      > I've looked everywhere ...
      >
      > Is there anywhere that has the source code for a SFTP client that I can
      > modify for my needs?
      >
      > Please?
      >
      > --
      > Regards Luke.
      > -----
      > There are 10 types of people in this world
      > Those that understand binary and those that don't
      > -----
      >
      >[/color]


      Comment

      • Luke Vogel

        #4
        Re: SFTP CLient

        Thanks for the link ... I have checked it out ... ftp is supported, but
        not sftp.

        They seem to support SSL and TLS so I might be able to hack the code for
        what I need (once I convert it from Delphi!).

        Many thanks ... but if anyone else knows of a suitable sftp client with
        source code,I'd be very grateful.

        Cheers ...



        "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
        news:uGJkorftFH A.3252@TK2MSFTN GP10.phx.gbl...[color=blue]
        > Hi,
        >
        > Why not take a look at the indy project. I know they[/color]
        support[color=blue]
        > ftp maybe they do sftp.
        >
        > http://www.indyproject.org/Sockets/
        >
        > Ken
        > -------------------
        > "Luke Vogel" <not@_real_addr ess> wrote in message
        > news:%23S5tZhct FHA.904@tk2msft ngp13.phx.gbl.. .[color=green]
        > > I've looked everywhere ...
        > >
        > > Is there anywhere that has the source code for a SFTP client that I[/color][/color]
        can[color=blue][color=green]
        > > modify for my needs?
        > >
        > > Please?
        > >
        > > --
        > > Regards Luke.
        > > -----
        > > There are 10 types of people in this world
        > > Those that understand binary and those that don't
        > > -----
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • Luke Vogel

          #5
          Re: SFTP CLient

          Thanks for the link ... I have checked it out ... ftp is supported, but
          not sftp.

          They seem to support SSL and TLS so I might be able to hack the code for
          what I need (once I convert it from Delphi!).

          Many thanks ... but if anyone else knows of a suitable sftp client with
          source code,I'd be very grateful.

          Cheers ...



          "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
          news:uGJkorftFH A.3252@TK2MSFTN GP10.phx.gbl...[color=blue]
          > Hi,
          >
          > Why not take a look at the indy project. I know they[/color]
          support[color=blue]
          > ftp maybe they do sftp.
          >
          > http://www.indyproject.org/Sockets/
          >
          > Ken
          > -------------------
          > "Luke Vogel" <not@_real_addr ess> wrote in message
          > news:%23S5tZhct FHA.904@tk2msft ngp13.phx.gbl.. .[color=green]
          > > I've looked everywhere ...
          > >
          > > Is there anywhere that has the source code for a SFTP client that I[/color][/color]
          can[color=blue][color=green]
          > > modify for my needs?
          > >
          > > Please?
          > >
          > > --
          > > Regards Luke.
          > > -----
          > > There are 10 types of people in this world
          > > Those that understand binary and those that don't
          > > -----
          > >
          > >[/color]
          >
          >[/color]


          Comment

          Working...