[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Just like creating bookmarks for web pages in a browser, you can create bookmarks for ftp sites in Yafc. These can later be used for autologin to that site.
When connected to an ftp site, use the bookmark
command (3.1.4 bookmark
)
to create a bookmark for that site. If you logged in with a username
and password, Yafc will ask if you want to save the password in
the bookmarks file. If you do, be sure it isn't world readable.
By using the auto_bookmark
keyword in the configuration
file, Yafc can create bookmarks automatically for new sites.
The bookmarks are available to the open
command, with tab
completion.
The autologin information is stored in much the same way as in the `~/.netrc' file used by standard ftp(1), except that the macdef option is not supported.
An entry must begin with a machine
, default
or local
keyword.
5.0.1 Bookmark keywords keywords for bookmarks 5.0.2 Bookmark examples examples
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Domainnames should begin with a period, as in .kth.se
. This will match
any hostname on that domain, except for hostnames explicitly mentioned with
another `machine' keyword.
You can not specify an alias name for a domain entry.
This can be overridden with an entry for a specific machine.
safe
, clear
and private
.
This is a no-op if not compiled with Kerberos.
default_mechanism
, except it is only used for this machine.
use_passive_mode
in the configuration file.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
default login anonymous
default anonymous
local login mhe
machine .foo.bar.se login niels
machine dent.foo.bar.se login slartibartfast cwd ~/fjord
machine slartibartfast@dent.foo.bar.se/fjord
machine ftp.gurka.com:4711 anonymous
machine mayer.physto.se anonymous cwd /pub/yafc alias yafc
machine shell.stacken.kth.se login mhe mech krb4 passive yes alias stacken
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |