FTP Append

Discussion to talk about software related topics only.
Post Reply
Vernon
Posts: 177
Joined: Sat Oct 10, 2009 6:33 pm

FTP Append

Post by Vernon »

Hi all!

I was wondering if there was a way to FTP a file to a server and have it append to an existing file?

Using MOD54415
sulliwk06
Posts: 118
Joined: Tue Sep 17, 2013 7:14 am

Re: FTP Append

Post by sulliwk06 »

I would guess you would need to get the file first, append to it yourself, and then upload the file to the ftp server.
Vernon
Posts: 177
Joined: Sat Oct 10, 2009 6:33 pm

Re: FTP Append

Post by Vernon »

It looks that way. Or have PHP do it on the server.
User avatar
TomNB
Posts: 538
Joined: Tue May 10, 2016 8:22 am

Re: FTP Append

Post by TomNB »

Looking at the release notes for 2.8.6:
* FTP
* Added file append function to FTP Client FTPAppendToFile()

If you have an earlier version and don't want to update to 2.8.6 it seems like you could do it as sulliwk suggests
Vernon
Posts: 177
Joined: Sat Oct 10, 2009 6:33 pm

Re: FTP Append

Post by Vernon »

Thanks - I might upgrade soon!
Post Reply