mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
- remove the preliminary "wait" for all the process - remove "nomonitor" (because it was only needed for that "wait") - explicitly adds traps to exit for tty-generated signals plus TERM - capture the signal trap context and restore it in background jobs - wrap in an "always" block to clean up local helper functions - update comments to note another buglet and drop support for zsh 4.x. |
||
---|---|---|
.. | ||
Calendar | ||
Chpwd | ||
Compctl | ||
Example | ||
Exceptions | ||
Math | ||
MIME | ||
Misc | ||
Newuser | ||
Prompts | ||
TCP | ||
VCS_Info | ||
Zftp | ||
Zle | ||
.cvsignore | ||
.distfiles | ||
README.zftp |
The Zftp directory contains a set of functions acting as a front end to the zftp command, provided as an add-on module. They allow you to perform FTP tasks from within the shell using as many of the shell's own facilities as possible. For more information, see the zshzftpsys manual page.