Is it possible to upload only files that have been updated into a server?
Posted
by
kamikaze_pilot
on Server Fault
See other posts from Server Fault
or by kamikaze_pilot
Published on 2011-01-14T14:37:01Z
Indexed on
2011/01/14
14:55 UTC
Read the original article
Hit count: 255
Hi guys,
Suppose I have a server accessible via FTP and it hosts websites
Suppose I want to edit the website locally so it wont affect the site live, and suppose I edit a whole bunch of files, and I don't want to deal with the hassle of keeping track of which files I've edited all the time...
Once I finished editing I want to upload it to the server via FTP....is there some FTP software that automatically detects which files have been edited and have only those files uploaded and overwritten rather than having me manually choosing the files I've edited (and hence having to keep track of edited files) or have me upload the entire site which is a waste of time
thanks in advance
© Server Fault or respective owner