Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: FTP  (Read 2137 times)

0 Members and 1 Guest are viewing this topic.

devcom

    Topic Starter


    Apprentice

    Thanked: 37
    FTP
    « on: December 19, 2007, 12:34:05 PM »
    is this possible to send file to FTP but do not overwrite it?? like ">>" command ??
    Download: Choice.exe

    DosItHelp



      Intermediate
      Re: FTP
      « Reply #1 on: December 25, 2007, 02:02:34 AM »
      devcom,

      How about you read the file, append the content locally and then write the file back.
      Something like:

      get svrfile.txt
      ! type appendthis.txt>>svrfile.txt
      put svrfile.txt

      DOS IT HELP?  ;)