Announcement

Collapse
No announcement yet.

FTP-Programm with TCP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FTP-Programm with TCP

    Hello,
    I am trying to write a little programm which
    put 6 files to a ftp-server.
    I made this with TCP. Everything works :
    Logon, changing directories, etc.
    But I dont get it to put a file to the server. The files are alway empty. I tried it with TCP PRINT hTCP&,"store file".
    Why doesn't that work ????

    Markus

  • #2
    Markus,

    The TCP/IP capability is "low level". You would need to use TCP/IP to communicate with the FTP server.

    There is an FTP example on the PB ftp site.

    Paul

    Paul

    Comment


    • #3
      ftp.powerbasic.com/pub/inet/usersubmitted/ftp.zip

      --Dave

      Home of the BASIC Gurus
      www.basicguru.com

      Comment


      • #4
        The link ftp.powerbasic.com/pub/inet/usersubmitted/ftp.zip
        appears to be disconnected at this time. Any new links, anyone?

        Regards,

        Henk Broekhuizen

        ------------------
        Henk Broekhuizen, PA3BLP
        powerbasicforum -at- doorhet.net
        Sexbierum, The Netherlands
        ========================

        Comment


        • #5
          try the downloads section:
          http://www.powerbasic.com/files/pub/pbwin/inet

          ps: henk, we closed the ftp site some time back - there is a posting in the faq forums that describes it... http://www.powerbasic.com/support/pb...hread.php?t=41

          ------------------
          lance
          powerbasic support
          mailto:[email protected][email protected]</a>
          Lance
          mailto:[email protected]

          Comment

          Working...
          X