(cd path)
(chgrp gid path)
(chmod perms path)
(chown uid path)
(dir? path)
Given a path, return true if it is a directory.
Given a path, return true if it is a directory.
(exists? path)
(file? path)
Given a path, return true if it is a file.
Given a path, return true if it is a file.
(get src)
(get src dest)
(lcd path)
(lpwd)
(ls)
(ls path)
(ls path regex)
(mkdir path)
(mkdirs dir)
Create a directory on remote server, also create all parent directory.
Create a directory on remote server, also create all parent directory.
(move src dest)
(put src)
(put src dest)
(pwd)
(rm path)
(rmdir path)
(with-connection conn-spec & body)
打开一个sftp会话,然后执行body中的操作,最后关闭会话.
打开一个sftp会话,然后执行body中的操作,最后关闭会话.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close