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

All Questions

Tagged with
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 ...
user2190492's user avatar
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.
Ooker's user avatar
  • 2,131
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 ...
Kevon's user avatar
  • 1
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 ...
BrownChiLD's user avatar
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 (...
user10398534's user avatar
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
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 ...
Jonathan Skewes's user avatar
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 ...
Ricardo Acevedo's user avatar
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 ...
laggingreflex's user avatar
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
0 votes
1 answer
121 views

Error handling for automated uploads in Ubuntu?

Every day I need to upload automatically about 100 images with a total size of 4MB. I've used ncfttput and FTP via command line, but sometimes the upload of one image gets stuck with a Connecting to ...
Giacomo's user avatar
  • 53
1 vote
0 answers
34 views

Is there a (convenient) way of keeping the newest files within a certain storage constraint (eg 100GB) in sync on a remote system?

So, here is the use case: I want to sync my most recent movies from my local NAS to an USB stick attached to a remote Raspberry Pi (running openelec and acting as media center). In detail this means: ...
AndreLung's user avatar
  • 520
1 vote
0 answers
707 views

Keep FTP in sync with local folder in Ububtu

I've been searching for about an hour and cant find what I want so i ask here. Is there a way, except mounting FTP as drive, in Ubuntu to watch the local folder for changes, then reflect those ...
Horkyze's user avatar
  • 111
1 vote
2 answers
6k views

How to keep a ftp server in sync with mac folder

So I have a folder on my mac that I want to be synced with my ftp server. So far all the solutions i have found were for windows only. Are there any for mac?
Kristofer Aron Sverrisson's user avatar
0 votes
1 answer
1k views

Any apps that auto sync local to remote on save for mac?

Does Panic's Transmit has this feature? For example you set it to watch a particular folder, and any file changes in that folder gets uploaded to the remote automatically? They were highly ...
resting's user avatar
  • 931
0 votes
1 answer
193 views

How to sync 1 TB multimedia data over the net [duplicate]

As an admin, I have the task to sync nearly 1 TB of multimedia data (jpg, tif, bmp images or pdf documents) with three partner over the internet and I'm asking how. Its nearly 500.000 single files in ...
Rosi's user avatar
  • 1
0 votes
1 answer
176 views

Syncing client for FTP?

I am looking for a way to sync files inside certain folders in my computers. Instead of using Dropbox, I have a dedicated FTP server that will handle the storage of the files. My question is, what ...
Propeller's user avatar
  • 1,195
-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
2 votes
1 answer
1k views

Notepad++ FTP Sync with server on connection

Is it possible for notepad++ to automatically sync with a ftp server when you connect to it via etc. nppftp to get the files from the server; that you have set up a cache for on your local computer, ...
user avatar
0 votes
1 answer
67 views

How to I setup a folder to pass files on without holding them?

Is it possible to create a folder where Whenever a file is placed in it, the file is automatically copied to another specified location and then the original file is deleted? What I'm trying to do ...
cody's user avatar
  • 281
1 vote
2 answers
6k views

Is there an OSX application to sync a folder on your computer to a folder over FTP? [closed]

I've tried Expandrive / Macfuse as suggested on other questions, but it's TERRIBLY slow. In fact, when I'm editing files located on the server on local VIM, VIM itself becomes laggy for some reason! ...
MaiaVictor's user avatar
3 votes
5 answers
7k views

How to edit FTP files with VIM and avoid typing the hostname everytime?

I need to edit remote files with vim, that are on a FTP server. THere's no SSH or SFTP access. Just FTP. I've tried syncing via curlftpfs, the files appeared in a local dir, but i cannot write to them,...
Keeper Hood's user avatar
1 vote
1 answer
670 views

Two exact copies of folder using FTP

I'm looking for any solution that will allow me under Windows to emulate functionallity similar to Dropbox or rsync using FTP protocol only. What I need, is any piece of software (good enough in your ...
trejder's user avatar
  • 11.4k
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 ...
Keeper Hood's user avatar
0 votes
2 answers
2k views

Do exists a software like FTPBox for Mac ? [closed]

i need a software like FTPBox for Mac, who is a client FTP which monitor a local folder and keep synced with a remote ftp folder. It works like Dropbox but you can 'host' the service on your server.
stighy's user avatar
  • 1,433
1 vote
1 answer
619 views

How can I sync ftp server with my local computer via cronjob or other means

Right now I am operating on a webserver which gets files pushed to it every few hours while I am working. I have to check each file that I upload has a different timestamp than when I had started ...
jett's user avatar
  • 113
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
15 votes
4 answers
17k views

Dropbox-like client for FTP? [closed]

Many of my users have their files on one big FTP server. PROBLEM: They can not use their files while not connected to the Internet. QUESTION: Is there a Dropbox-like software for FTP? When ...
Nicolas Raoul's user avatar
1 vote
2 answers
313 views

FTP - transferring files eats up transfer - how to optimise it?

the problem may be very common. When I transfer files to my FTP server all the files are transferred instead only the changed ones: For example one file on my disk has 7556 bytes and on ftp server ...
cradox23's user avatar
  • 113

15 30 50 per page