English 中文(简体)
A. 需要从NFS到FTP的隧道数据
原标题:Need an ability to tunnel data from NFS to FTP

这是一个非常糟糕的情况,我(如允许)可能不解释为什么我需要这样做,但我确实需要这样做(如果可能的话)。

M1、M2和M3都属于含水层。

我有一台机械M1机,在世界上一方使用sh子连接M2。 在M2上执行的指挥造成了一个大的齐普档案,必须用FTPd到M3。

要求将must号卷宗从M2号发送至M1,然后运至M3。 是的,如果我能够将其从M2转至M3,那将是更快和简单的,但这不是一种选择。

可否设立一些文件,以便把档案从M2号复印到M1的一处地点,从而使任何出现在M1号的档案能够自动地直接带至M3。

从M2到M3的转移可以是一种固定的排泄物,因为M2上的地点是M1的NFS站。 除了通过FTP以外,无法获得M3。

是否有我可以使用的神道? 还是还有其他建议? 底线是,指挥源自M1,但转让must为M1至M3。

问题回答

(1) 财务审查处处理档案和目录。 NFS出口档案和目录。

Your goal is to figure out how you can use files and directories. Don t even think about nonsense like "tunnels", unless you absolutely have to.

2) 只要有可能,便可使用NFS,并在你能够使用NFS的地方使用偷窃。 我猜测的是,如果你能够使用FTP,则使用承运人的皮on、定量文档转移或电传;

3) One common, simple - low-tech - method for coordinating file transfers between multiple remote hosts is to create and delete "marker files". Have you considered simply polling for marker files?

4) 跟踪,在东道国进行最佳连接处理。 例如,M2和M1?

You can use inotify to trigger ftp and cp.

http://github.com/seb-m/pyinotification”rel=“nofollow”https://github.com/seb-m/pyinotification 添加你的hoo。





相关问题
What is the simplest way to create my own FTP server?

What is the simplest way to create my own FTP server in C#? Some of the folders will be virtual folders. The authentication should be from a SQL Server database, which includes tables of the ASP.NET ...

FTP In/Out Folder Name Best Practices

What best practices (if any) do you adhere to regarding setting up outgoing and incoming folders for your FTP clients? We typically use "outgoing" and "incoming", but no matter how you phrase the ...

Using TCPClient with RAW FTP to retrieve file

I get the following message back when trying to retrieve a file using TCPClient and RAW FTP: 425 Failed to establish connection. I connect using : using (TcpClient client = new TcpClient("...

Retrieving a List of Files from an FTP server in C#

I m trying to retrieve a list of files from an FTP server, but I m getting some weird non-ASCII responses. Here is the code that I am using: public string[] getFileList(string mask) { if(!...

FTP error on Quit command

I m using a ftp library that causes an error sending the quit command. It seems that the character before QUIT is not recognized. I took a look at the code but didn t find anything. 500 ?QUIT : ...

Passive FTP Timeout while using WinINet

I m trying to ftp a file using passive ftp but I get a timeout (12002) when the put command is called. I m able to use passive ftp with other ftp sites but not this new one. I ve tried this using ...

热门标签