Hi.... We run a web development company and we develop all of our projects at our localhost only.. I need a tool, by which I can just sync my localhost and the live server FTP andget my files uploaded in one second in one click only ?? IS there anything like this available ??
Depends on the server software and your workstation, but for our own project-server/production-server syncs I use rsync for linux, and for our windows box I like to use SyncBack Pro from 2BrightSparks.
can you link me please ?? I just dot want to upload those big files.. Just want them to get uploaded automatically.
I'd love to, but I am to new at this forum to add links to my post. Put the terms in google, you will get the information.
If you are using windows, yes - I use it every day. There is a free trial version, give it a try. It can use FTP or SSH to connect to your server.
Yes, Im on Windows.. Ok, so it can jus take my file and transfer it to my live server instantly ?? I just dont want it like a FTP software,which takes the file and uploads it.
Dude, I dont understand it.. It ha got a lot of options. DAMN! I just want a simple option. Move a file from my localhost to get uploaded uploaded to my live server's ftp , automatically, without using my data transfer for uploading..
Maybe I am not understanding what you are needing? I thought you were uploading from your localhost (your computer/staging server) to the production server? If you are running windows, you can create a profile in Syncback that will upload newer files from localhost to the production server. If you are running linux, it is even easier; use rsync to update the production server with new files from the localhost. Is there something I am missing from your requirements?