Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
2 votes
2 answers
3k views

How to synchronize file changes with files on the FTP server?

My project files are in the local folder in D:\xampp\htdocs\mysite The same files are on my FTP server. A git repository would exist only locally in a .git directory to keep track. I want to be able ...
1 vote
1 answer
314 views

FileZilla: Whats the best way to synch several folders into one?

I have some images on my PC several folders and (simplified) looks like this: Folder1 - file1.jpg - file2.jpg - file3.jpg Folder2 - 825474.jpg - 3684.jpg Folder3 Folder4 And I use ...
4 votes
2 answers
4k views

Uploading file to multiple FTP sites automatically

I run a radio show, and we deliver audio to a bunch of stations via FTP upload. Currently I use Filezilla and have to connect to each stations' FTP server one by one in order to upload the audio every ...
2 votes
1 answer
139 views

Any software that can sync one local folder to multiple FTP folders?

I've searched high and low, and while there are lots of nice software like goodsync, syncbackpro, and more, everything I could find syncs one to one only. I need to sync one folder (local windows or ...
0 votes
0 answers
587 views

Apache Netbeans IDE remote synchronization window says "file must be merged"

I've got a PHP project in Netbeand IDE. The IDE is connected over FTP to a web server, and I don't use any source control. So, I just write code on a PC, and after a while I synchronize it to the ...
0 votes
1 answer
184 views

Cyberduck sync bookmarks with Google Drive failing

I'm trying to overwrite the default folder from cyberduck to store my bookmarks in a google drive folder. I found this question on cyberduck self: https://trac.cyberduck.io/ticket/6377#comment:4 With ...
1 vote
0 answers
112 views

How to automatically sync files in WinSCP? [duplicate]

Is there a way to do that in WinSCP? The official article about that only discusses scripting, while I want a simple GUI solution.
1 vote
2 answers
2k views

Synchronization between local system and FTP

Is there any tool like Dropbox but for FTP?
9 votes
4 answers
11k views

Keep FTP folder synchronized with Windows folder

I'm trying to get my Continuous Integration system working from start to finish in the dev environment. Unfortunately, the last step after publish is copying the folder to an offsite server which I ...
1 vote
1 answer
1k views

Sync servers using FTP

I am trying to synchronise three VPS servers. My idea is something like this: Download all files from server A Upload downloaded files to server B and C This does not need to happen automatically (...
1 vote
1 answer
676 views

Compare 2 folders over internet

I want to use a comparison tool (i.e. Winmerge, Beyond Compare) to sync two folder over internet. The first folder is on the local PC, the second one is on a remote PC. Both the PC use Windows 10. ...
1 vote
1 answer
10k views

How to sync a local dir to server using Git?

How can I use Git to simply keep in sync a local dir with a server dir? I'm used to FTP but it's slow and prone to errors. I have SSH access to the server. I can run Git on the server. I also ...
1 vote
3 answers
7k views

Automating FTP Folder Synchronization for Uploading via Command Line [closed]

I'm developing a website and I have FTP access for uploading local files to a directory on the site via FTP. I'd like to automate this deployment process as much as possible using the command line. ...
2 votes
1 answer
442 views

WinSCP Synchronisation files buffer (210K files!)

I have a folder being synchronised (mirrored) remotely, using the synchronize -mirror -delete remote command, over FTP. The folder I am synchronising contains 209,068 files, and 19,079 directories, ...
12 votes
1 answer
5k views

Upload only modified files to FTP server

I want to upload files from my computer to an FTP site and I don't want to upload files that are already on the server. So I need a tool that finds out which local files that are different from the ...

15 30 50 per page