Page 1 of 1
FTP Append
Posted: Sun May 13, 2018 1:51 pm
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
Re: FTP Append
Posted: Mon May 14, 2018 5:52 am
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.
Re: FTP Append
Posted: Mon May 14, 2018 6:27 am
by Vernon
It looks that way. Or have PHP do it on the server.
Re: FTP Append
Posted: Mon May 14, 2018 3:42 pm
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
Re: FTP Append
Posted: Tue May 15, 2018 10:26 am
by Vernon
Thanks - I might upgrade soon!