我正在尝试使 Filezilla 中的书签在桌面上可用

发布于 2024-08-13 07:44:34 字数 389 浏览 10 评论 0原文

到目前为止,它看起来只是您制作的书签在 Filezilla1 中可用,但我想让它们显示在桌面上的快捷方式链接。

也许 shell 脚本可以工作?我试图找到(参数/参数/选项)我可以通过命令行传递给 filezilla 的内容,但到目前为止没有运气在这里/谷歌/等。我现在正在查看他们的文档和维基,但是似乎没有提到如何做到这一点。

我过去曾在 Linux Mint 中使用 WINE 和 Editpadpro 做过类似的事情,但我希望我能找到一种方法来获取列出的参数。 OSX 上的情况与其他地方没有什么不同,对吗?我的朋友需要它,但我认为它之后也可以轻松移植到 Linux 和 Windows。

So far it only looks like the bookmarks you make become available inside Filezilla1 but I want to make them show up on the desktop like shortcut links.

Maybe a shell script would work? I am trying to find (arguments/parameters/options) what I can pass into filezilla via a command line but no luck so far here/google/etc. I'm checking out their documentation and wiki right now but, nothing seems to be mentioning how to do this.

I've done similar things with WINE and Editpadpro in Linux Mint in the past but I wish I could just find a way to get the parameters listed. It wouldn't be any different on OSX than it would anywhere else right? My friend needs it for that, but I think it could easily be ported to Linux and windows as well afterward.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫腻 2024-08-20 07:44:34

FileZilla 命令行参数的文档位于此处

看起来你能得到的最接近的结果是:

-c, --site
从站点管理器连接到给定站点。网站必须是
作为完整路径给出,带有斜线
作为分隔符。任何斜杠或
反斜杠是段的一部分
必须用反斜杠转义。
路径必须以 0 为前缀
用户定义的条目或默认值 1
条目。站点路径可能不包含
双引号。例子:
0/foo/bar/sl/ash 连接到用户
站点目录中的 site sl/ash
foo/bar 从站点管理器开始
打开。不可与以下一起使用
-s 也不与 URL 参数一起使用。不能与 -c 或 URL 一起使用
参数.----

The documentation for command line parameters for FileZilla is here.

It looks like the closest you can get is to do:

-c, --site
Connect to the given site from the Site Manager. Site has to be
given as complete path, with a slash
as separation character. Any slash or
backslash that is part of a segment
has to be escaped with a backslash.
Path has to be prefixed with 0 for
user defined entries or 1 for default
entries. Site path may not contain
double quotation marks. Example:
0/foo/bar/sl/ash connects to the user
site sl/ash in the site directory
foo/bar Start with Site Manager
opened. May not be used together with
-s nor with URL parameter. May not be used together with -c nor with URL
parameter.----

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文