Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的服务器上运行了一个标准的 filezilla FTP 服务器,我想知道是否可以让界面中显示的日志出现在 PHP Web 脚本(托管在同一台服务器上)中,以便我可以远程监控 FTP 活动。
这可能吗?谢谢!:)
编辑:我知道我可以安装 filezilla 界面并远程登录到服务器界面,但是,我的主客户端是 mac,似乎没有任何程序可以执行此任务
好吧,您可以编写一个脚本来执行此操作。
一个简单的方法是:
<?php echo file_get_contents('/path/to/ftp/log');
P/S:你也可以在 mac 上使用 filezilla。