scpUpload(rreval)
scpUpload()所属R语言包:rreval
Upload a file to the remote host
上传一个文件到远程主机
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns after the transfer has been initiated. Use file.info() to determine when the transfer is complete.
这个函数返回后已经开始转移。使用file.info()来确定当传输完成后。
用法----------Usage----------
scpUpload(filenames, remoteDir = NULL,
useLocalDir = TRUE, hostName = NULL, userName = NULL)
参数----------Arguments----------
参数:filenames
Names of files to be uploaded (character array). If useLocalDir == FALSE, these must be fully qualified path names.
要上传的文件名(字符数组)。如果useLocalDir == FALSE,这些都必须是完全合格的路径名。
参数:remoteDir
Target directory on the remote host. If NULL, files are copied to the working directory of the remote session (per getwd()).
在远程主机上的目标目录。如果为NULL,文件将被复制到工作目录中的远程会话(每getwd())。
参数:useLocalDir
if TRUE and file names are not fully qualified pathnames, files are copied from the current working of the local R session.
如果的TRUE和文件名不完全合格的路径名,文件被复制的R会话从当前的工作。
参数:hostName
the name of the host where the rre server is running; usually NULL (the default). If this param (or userName) is NULL, the function will attempt to retrieve a connection from the connection manager environment. This param needs to be supplied only if you have connected to more than one rreval server in the current R session.
RRE服务器运行的主机的名称,通常NULL(默认值)。如果这个参数(或用户名)为NULL,则函数将尝试获取一个连接的连接管理器环境中。如果您已连接到一个以上的服务器在目前的R会话rreval这个参数需要提供。
参数:userName
the name of user on remote host that is running rreServer; usually NULL (the default). If this param (or hostName) is NULL, the function will attempt to retrieve a connection from the connection manager environment. This param needs to be supplied only if you have connected to more than one rreval server in the current R session.
用户在远程主机上运行rreServer的名称,通常NULL(默认值)。如果这个参数(或主机名)是NULL,该函数将试图获取一个连接的连接管理器环境中。如果您已连接到一个以上的服务器在目前的R会话rreval这个参数需要提供。
(作者)----------Author(s)----------
Barnet Wagman
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|