Identify your FTP server and specify your remote directory (FTPRead).
标识您的FTP服务器并指定远程目录(FTPRead)。
Identify your FTP server and specify your remote directory (FTPWrite).
标识您的FTP服务器并指定远程目录(FTPWrite)。
As you can see, the contents of the remote directory are now available as readily as local files.
如您所见,现在可以像本地文件一样方便地使用远程目录的内容。
Mount operation includes name of remote directory to be mounted and name of server machine storing it.
安装操作包括远程目录名字被安装并且存储它的服务器名字。
The put_file method throws a nasty exception if we attempt to upload to a remote directory which doesn't exist.
当我们试图上载一个并不存在的远程目录的时候,put _ file方法将会抛出一个令人讨厌的异常。
Finally, if we've made it this far, it means the remote directory and file we're trying to upload to both exist.
最后,如果到了这里,说明将要上载的远程目录和文件都存在。
Via SSHFS, you can mount any remote directory as a local file system as long your server supports SSH, which most do.
只要服务器支持SSH(大多数服务器都符合这个条件),就可以通过SSHFS把任何远程目录挂装为本地文件系统。
As this is a new remote connection to a remote directory, NcFTP asks if you want to save this connection and password.
因为这是到远程目录的新的远程连接,NcFTP会询问是否保存这个连接和密码。
Follow the FTP protocol, implementation of remote file upload, download, view and remote directory to create and delete.
遵循ftp协议,实现远程文件的上传、下载、查看以及远程目录的创建和删除。
So, instead of overwriting the contents of the remote directory, the local doc directory is copied into the remote directory.
所以,将本地doc目录复制到远程目录中,而不是覆盖远程目录的内容。
When the FUSE libraries and SSHFS are installed, you can mount any remote directory you can access via SSH as a local file system (see Listing 3).
安装了FUSE库和SSHFS,就可以把能够通过SSH访问的任何远程目录挂装为本地文件系统(见清单3)。
If stat throws an exception with property code equal to 2, the remote directory doesn't exist so we create it, assigning it the correct permissions.
如果stat抛出一个异常且属性码是2,则说明远程目录不存在。我们则需要创建它并设置正确的权限。
An obvious way of transferring files over a network within UNIX is to use network file System (NFS) to mount the remote directory and copy between them.
在UNIX中通过网络传输文件的常用方法是使用网络文件系统(NFS)装入远程目录,然后进行与本地目录之间的复制。
File times are maintained, as are permissions, and extraneous files (that is, files in the remote directory that do not exist within the local directory) are removed.
同时保持文件的时间和权限,并且删除外来的文件(即,在本地目录中不存在的远程目录中的文件)。
The following example gets the remote file peb_aud.rtf from the remote host tardis located in the remote directory /ftproot/stats/pebs/peb_aud, and places it in the local directory /tmp.
下面的示例从远程主机tardis 上的远程目录 /ftproot/stats/pebs获取远程文件 peb_aud.rtf,把它放在本地目录 /tmp 中。
We have a script that will login to a remote server and upload all files which have changed on the local system, but the script will only do this for a single directory.
我们现在的脚本可以登录到远程服务器并上载所有本地系统中修改过的文件,但是脚本还只是仅仅能处理单一目录。
You can also test whether the file or directory on the remote host is present.
还可以检查远程主机上的文件或目录是否存在。
This complexity of logical and physical topology appears as a single directory tree (drive mapping), with sub-directories that may actually be located on remote servers.
把复杂的逻辑和物理拓扑显示为单一目录树(驱动器映射),其中的子目录实际上可能位于远程服务器。
Let's try connecting to the remote server, listing all files in a given local directory, and closing the connection.
我们先来尝试连接远程服务器、列出一个给定本地目录的所有文件并关闭连接。
This feature is enabled by setting the configuration parameters TAPEDEV and LTAPEDEV to a valid directory of a local or remote-mounted file system.
可以通过将配置参数TAPEDEV和LTAPEDEV 设置为本地或远程挂载的文件系统的一个有效目录来启用该特性。
For this to work, the remote database has to be cataloged in the system database directory of the local DB2 instance.
为此,要在本地DB 2实例的系统数据库目录中对远程数据库进行编目。
An NFS-mounted directory became unavailable when a remote host was turned off.
当一个远程主机关闭时,一个nfs加载的目录将变得不可用。
Define variables for the default file and directory permissions we will need to assign to files and directories which don't yet exist on the remote server.
定义变量用于设定当远程服务器不存在的时候我们需要设定的文件和目录的默认权限。
The Deployment Directory will be created on the remote machine to store the runtime information (Figure 22).
DeploymentDirectory将会在远程机器上被创建,保存实时信息,如图22中所示。
GRplistController generates a plist dictionary file in the user's data storage directory to store the locations and last download dates of cached plists keyed to the remote URL.
GRplistController在此用户的数据存储目录生成一个plist字典文件,以便存储组成远程url的缓存后的plist的位置和最近一次下载日期。
Rsync: This tool is a directory synchronization that copies directories between local and remote systems.
Rsync:这是一种目录同步工具,可以在本地和远程系统之间进行目录复制。
Securely mounting a directory on a remote server as a file system on a local computer using SSHFS.
使用sshfs将一个目录作为本地计算机上的文件系统安全地挂载到一个远程服务器。
The Add Variable button applies to a specific directory in which resources (including JARs) on a file system (local or remote) reside and can be generally referenced.
AddVariable按钮适用于文件系统(本地或远程)中的资源(包括JAR)所驻留的具体目录,并且通常可以引用此按钮。
File to a file called authorized_keys, which is stored in each remote machine's.ssh directory. We can use a text editor or simply use the cat command to append the offsite.pub.
现在,登录到每个机器并将offsite . pub文件的内容附加到名为authorized_keys文件中,该文件存储在每个远程机器的.ssh目录中。
Assume that you have a directory named doc in your home directory and you want to copy it to a remote system.
假定您在自己的home目录中有一个名为doc的目录,并且您希望将其复制到远程系统。
应用推荐