| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ncftp | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 3.2.6 | Vendor: openSUSE |
| Release: bp155.3.10 | Build date: Wed May 17 16:55:43 2023 |
| Group: Productivity/Networking/Ftp/Clients | Build host: obs-power9-11 |
| Size: 2303773 | Source RPM: ncftp-3.2.6-bp155.3.10.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.ncftp.com/ | |
| Summary: A Comfortable FTP Program | |
This program has been in service on UNIX systems since 1991 and is a popular alternative to the standard FTP program, /usr/bin/ftp. NcFTP offers many ease-of-use and performance enhancements over the stock FTP client and runs on a wide variety of UNIX platforms as well as operating systems like Microsoft Windows and Apple Mac OS X.
ClArtistic
* Mon Jun 08 2020 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Fix build with GCC 10:
* Set gBm as extern only in bookmark.h
- Add ncftp-gcc10-gBm.patch
* Thu Jun 14 2018 bwiedemann@suse.com
- Add ncftp-3.2.6-no-uname.patch to make build reproducible (boo#1084909)
* Sun Jan 15 2017 astieger@suse.com
- update to 3.2.6:
* If a recursive download operation is also requested with delete mode,
attempt to remove empty directories after all files have completed
successfully.
* No longer trying to utime() after every single block on downloads,
which could cause noticable performance degradation when the local
filesystem was not local.
* Changed behavior of resuming downloads where the timestamp wasn't
preserved (because of the utime change, above). The new behavior is
to resume the download when the local copy has a recent timestamp
(less than a week).
* You can now disable use of MFMT like you could similarly disable
SITE UTIME (e.g., "-o noMFMT" and "-o noSITE_UTIME").
* Now able to use sendfile() for uploads, on Linux/FreeBSD/Mac.
Progress reports work too, with a small performance penalty.
Ncftpput has a "-s" option to toggle whether it is used (defaults
to on in ncftpput and ncftpbatch, off in ncftp).
* Ncftpbatch/spooler now use larger buffers for pathnames, allowing
for deeper directory trees.
* Ncftpbatch/spooler now interpret a received SIGUSR1 as a hint to
exit when the current file has finished.
* Ncftpbatch/spooler now interpret a received SIGUSR2 to request it
to stop sleeping and recheck the queue immediately.
* Ncftpbatch/spooler's spool files now allow for you to specify that
the local and/or remote file be renamed after a successful transfer.
* Ncftpbatch/spooler now a little less chatty by reducing the number
of PWD/CWD operations.
* Ncftpbatch/spooler now log some xfer stats in its general log file,
and ncftpspooler has a new "-x" option to specify a separate
xfer log file.
* Ncftpbatch/spooler now use a larger default maximum for its log
file (10 MiB rather than 200 kB), and ncftpspooler has an -O command
line option that can set this limit. Use "-O 0" for no maximum.
* Ncftpbatch/spooler now try to present time in local timezone rather
than UTC where possible.
* Ncftpbatch/spooler now support multiple items per transaction
(spool) file.
* Tue Jun 02 2015 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
* Tue Feb 18 2014 andreas.stieger@gmx.de
- update to 3.2.5
+ ncftpls now prefers that you omit the leading dash when you use the -x
option. For example, if you wanted to try "ls -lrt", then try doing
"ncftpls -x lrt" rather than "ncftpls -x -lrt".
+ If a server's MLSx output returns both the "UNIX.mode" and the "perm"
parameters, UNIX.mode will take precedence
+ confirm-close is now off by default.
- license is the Clarified Artistic License
- use correct line endings for documentation
- remove __DATE__ from binary added patches:
* ncftp-3.2.5-no-date.patch
- use source URLs
* Fri Aug 27 2010 anicka@suse.cz
- update to 3.2.4
* Fixed a bug in Ncftpget/put/ls which could ignore the username (-u)
and password (-p) command line parameters.
* Ncftpget and ncftpput can now read $HOME/.ncftp/bookmarks and take a
bookmark name in place of a hostname.
* Support for local validation of DNSSEC when combined with libraries
available from the DNSSEC Tools project (Thanks, Robert Story).
* Microsoft disabled recursive directory listings altogether when fixing
* Wed Aug 05 2009 puzel@novell.com
- reduce buildrequires to ncurses-devel
* Thu Jul 30 2009 pascal.bleser@opensuse.org
- update to 3.2.3:
* Large File Support has been updated internally to use newer
APIs, rather than the transitional API
* you can now specify an IP address for binding the local end
of socket
* bug fixed where binding an ephemeral port number in a
specified range (rare) may not have used all available
retries for binding
* local writes now "retry" when the write returns less than the
full number of bytes specified, and will call write() again
to write out the remaining bytes.
* fixed a bug where the global firewall pref files were not
read if the user's home directory was the root directory
* using MFMT command to set remote timestamps, if available, in
preference to SITE UTIME or MDTM
* host, user, and pass fields have been increased in size
* bug fixed where the firewall preference files were ignored
for the root user
* Ncftpls now has a "-Z" option that will disable doing the
actual directory listing; this is useful for use with the
"-Y" option to send a raw FTP command without doing a listing
- added missing BuildRequires in spec file
- dropped ncftp-3.2.0-mkdir_parents.diff, merged upstream
* Mon Sep 08 2008 hvogel@suse.de
- Update to 3.2.2
* Fixed an assertion failure in NcFTP's "help" command
* PASV mode will now be retried, in case of a transient failure.
* Fixed feature detection for WS_FTP servers.
* HOME, END, and DEL keys may work on more terminal types
* You can now type just ".." or the absolute path of a directory
* Added command aliases "mv" and "ll" which alias to "rename"
and "dir"
* ncftpbatch now has an -L option to specify the name of a
log file
* The default connect timeout has been reduced from 30 to 10
seconds
* Mon Aug 13 2007 crrodriguez@suse.de
- Update ncftp to 3.2.1 [#299587]
- Now a little more tolerant of FTP servers who send their internal network IP addresses in their PASV response. When thi
- Resuming of uploads can now work for servers that do not support REST + STOR. The APPE command will be used instead.
- Fixed problem with Resume All [R!] in ncftp, which was just appending to subsequent files rather than resuming them. (Thanks, Terry Brown)
- ncftpput for version 3.2.0 did not work correctly when both -f and -c/-C were used
- Various small fixes.
/usr/bin/ncftp /usr/bin/ncftpbatch /usr/bin/ncftpbookmarks /usr/bin/ncftpget /usr/bin/ncftpls /usr/bin/ncftpput /usr/bin/ncftpspooler /usr/share/doc/packages/ncftp /usr/share/doc/packages/ncftp/CHANGELOG.txt /usr/share/doc/packages/ncftp/DONATE.txt /usr/share/doc/packages/ncftp/FIREWALLS_AND_PROXIES.txt /usr/share/doc/packages/ncftp/LICENSE.txt /usr/share/doc/packages/ncftp/Location_of_Programs_is_C_Windows.txt /usr/share/doc/packages/ncftp/READLINE.txt /usr/share/doc/packages/ncftp/README.txt /usr/share/doc/packages/ncftp/html /usr/share/doc/packages/ncftp/html/bug.html /usr/share/doc/packages/ncftp/html/changelog.html /usr/share/doc/packages/ncftp/html/faq.html /usr/share/doc/packages/ncftp/html/index.html /usr/share/doc/packages/ncftp/html/ncftp.html /usr/share/doc/packages/ncftp/html/ncftpbatch.html /usr/share/doc/packages/ncftp/html/ncftpget.html /usr/share/doc/packages/ncftp/html/ncftpls.html /usr/share/doc/packages/ncftp/html/ncftpput.html /usr/share/doc/packages/ncftp/html/ncftpspooler.html /usr/share/doc/packages/ncftp/manifest.txt /usr/share/doc/packages/ncftp/readme_ncftpget_windows.txt /usr/share/doc/packages/ncftp/readme_windows.txt /usr/share/doc/packages/ncftp/what_changed_between_v2_v3.txt /usr/share/man/man1/ncftp.1.gz /usr/share/man/man1/ncftpbatch.1.gz /usr/share/man/man1/ncftpget.1.gz /usr/share/man/man1/ncftpls.1.gz /usr/share/man/man1/ncftpput.1.gz /usr/share/man/man1/ncftpspooler.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 15:33:22 2026