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

All Questions

Tagged with
1 vote
1 answer
677 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. ...
Revious's user avatar
  • 365
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. ...
sduplooy's user avatar
  • 127
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, ...
Amit's user avatar
  • 243
-1 votes
1 answer
979 views

Can I have 2 folders from 2 different servers in sync one way

Can I have 2 folder from 2 different server in sync one way! I have a Windows server, Server 1 :public server a Windows server, Server 2: local on my network :under NAT The problem is that I get ...
user avatar
1 vote
2 answers
497 views

Upload to multiple CDN servers simultaneously via FTP or SSH

Right now I'm uploading files like so: Connect to first server Upload to first server Connect to second server Ulpoad to second server And so on.. Is there some software what can ulpoad my files to ...
Kristian's user avatar
  • 313
74 votes
13 answers
224k views

Keeping local windows folder in sync with remote ftp folder in real time [closed]

I know it has been asked before, but I would like it to happen in real time and transparently (without the need to open a separate FTP client such as FileZilla). For example, if I edit a text file in ...
bobo's user avatar
  • 1,829
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 ...
CaffGeek's user avatar
  • 985