
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
ftpsmartsync
Advanced tools
ftpsmartsync is a program that synchronizes all files beneath the current directory with an FTP host efficiently.
The destination host is identified by a .ftp_upstream in the current directory that must have the following line:
ftp://user@host/path
The password is found by looking at ~/.netrc, see netrc(5). If
netrc is unavailable, then gnome-keyring is used. For more information
about gnome-keyring, please refer to
http://wiki.github.com/xrogaan/ftpsync/
ftpsmartsync sends all files in the current directory to the target host, and stores the MD5 of the sent files in a hashes.txt files in the remote host. When syncing again, it checks the MD5 of each file against the one stored in the remote hashes.txt file, and only sends the files that are different. This makes ftpsmartsync very efficient when synchronizing a directory with only a few different files, as long as they are always sent by ftpsmartsync.
Originaly written by Leandro Penz
gnome-keyring and fixes by Bellière Ludovic
FAQs
Sync local path with FTP remote efficiently by
We found that ftpsmartsync demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.