Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Shell 检查客户端是否连接到自己的云服务器_Shell_Command Line_Owncloud - Fatal编程技术网

Shell 检查客户端是否连接到自己的云服务器

Shell 检查客户端是否连接到自己的云服务器,shell,command-line,owncloud,Shell,Command Line,Owncloud,如果当前已连接客户端,如何检查运行ownloud的服务器?是否有ownloud本身提供的命令,或者可以通过Bash完成此操作?还不可能!您可以制作一个插件来查找上次同步时间。 如果$time小于60秒,则客户端处于联机状态

如果当前已连接客户端,如何检查运行ownloud的服务器?是否有ownloud本身提供的命令,或者可以通过Bash完成此操作?

还不可能!您可以制作一个插件来查找上次同步时间。 如果$time小于60秒,则客户端处于联机状态