Hello,
I need to upgrade a web application (Joomla) by copy/pasting files and replacing the old ones. I would like finder to copy folders with files so that it wont delete everything in the target folder and only copy over the new file. Basically here is what is happening right now:
Before copy:
Source folder contains new file 1, new file 2
Target folder contains file 1, file 2, file 3, file 4
After copy:
Target folder contains: new file 1, new file 2
So, as you can see...file 3 and file 4 are gone (this will break the web app).
I copy maybe hundredds of folder with new files so doing all this by hand wouldnt make much sense.
I found out that I could accomplish this with the ditto command in the terminal, but is there a way to do the same thing with Transmit (the FTP program)?
Thanks in advance!
I need to upgrade a web application (Joomla) by copy/pasting files and replacing the old ones. I would like finder to copy folders with files so that it wont delete everything in the target folder and only copy over the new file. Basically here is what is happening right now:
Before copy:
Source folder contains new file 1, new file 2
Target folder contains file 1, file 2, file 3, file 4
After copy:
Target folder contains: new file 1, new file 2
So, as you can see...file 3 and file 4 are gone (this will break the web app).
I copy maybe hundredds of folder with new files so doing all this by hand wouldnt make much sense.
I found out that I could accomplish this with the ditto command in the terminal, but is there a way to do the same thing with Transmit (the FTP program)?
Thanks in advance!