将驱动器映射到ftp共享 [英] Map a drive to an ftp share

查看:95
本文介绍了将驱动器映射到ftp共享的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我使用FileSystemWatcher()类构建一个NT服务来检测

新文件到达我们的ftp服务器的时间。


现在我想配置它来监视别人的远程

服务器上的文件。


问题:


1.我可以将驱动器号映射到ftp共享吗?


2.您认为FileSystemWatcher类可以以相同的方式响应吗?在监视远程ftp站点时,监听到当地的

目录时是否需要



具体来说,是否可以为在ftp目录上创建一个新文件




I build an NT service using the FileSystemWatcher() class to detect when
new files arrive at our ftp server.

Now I want to configure it to watch for files on someone else''s remote
server.

Questions:

1. Can I map a drive letter to an ftp share?

2. Do you think the FileSystemWatcher class can respond in the same way
when monitoring a remote ftp site as it does when watching a local
directory?

Specifically, can it raise an event for the creation of a new file on
the ftp directory?

推荐答案

John Bailo写道:
John Bailo wrote:


我使用FileSystemWatcher()类构建一个NT服务来检测新文件何时到达我们的ftp服务器。

现在我想配置它在别人的远程服务器上查看文件。

1.我可以将驱动器号映射到ftp共享吗?

2.您认为FileSystemWatcher类可以以相同的方式响应吗? >在监视远程ftp站点时,就像在观看本地
目录时一样?

具体来说,是否可以在ftp目录上引发一个新文件的创建事件?


I build an NT service using the FileSystemWatcher() class to detect when
new files arrive at our ftp server.

Now I want to configure it to watch for files on someone else''s remote
server.

Questions:

1. Can I map a drive letter to an ftp share?

2. Do you think the FileSystemWatcher class can respond in the same way
when monitoring a remote ftp site as it does when watching a local
directory?

Specifically, can it raise an event for the creation of a new file on
the ftp directory?




好​​的,经过一番浏览我发现了一个名为NetHood的东西。


似乎让我浏览我的网络邻居放置目录

- 有点。我可以打开一个cmd窗口,然后cd进入NetHood

然后是ftp网站,名称为ftp.mysite.com,目录为

name。 br />

然而,似乎没有在登录中显示ftp站点。模式。


有没有办法让它们像登录时一样显示

Windows?


我可以在命令行中向我的/ NetHood /站点之一发出登录吗?



Ok, after a little browsing I find something called the NetHood.

It seems to let me browser my Network Neighborhood places as directories
-- somewhat. I am able to open a cmd window, and cd into the NetHood
and then the ftp sites, with the name ftp.mysite.com being the directory
name.

However It doesn''t seem to show the ftp sites in a "logged in" mode.

Is there a way to have them display as they would when logged in via
Windows?

Can I issue a logon at the command line to one of my /NetHood/ sites?


John Bailo写道:
John Bailo wrote:
John Bailo写道:
John Bailo wrote:


我使用FileSystemWatcher()类构建一个NT服务来检测新文件何时到达我们的ftp服务器。

现在我想配置它来监视别人的远程服务器上的文件。

问题:

1.我可以映射吗写入ftp共享的驱动器号码?

2.您认为FileSystemWatcher类在监视远程ftp站点时可以以相同的方式响应,就像在观看时一样吗
本地目录?

具体来说,是否可以在ftp目录中引发一个新文件的创建事件?


I build an NT service using the FileSystemWatcher() class to detect
when new files arrive at our ftp server.

Now I want to configure it to watch for files on someone else''s
remote server.

Questions:

1. Can I map a drive letter to an ftp share?

2. Do you think the FileSystemWatcher class can respond in the same
way when monitoring a remote ftp site as it does when watching a
local directory?

Specifically, can it raise an event for the creation of a new file on
the ftp directory?



好的,经过我很少浏览ng称为NetHood。

似乎让我浏览我的网络邻居位置作为
目录 - 有点。我可以打开一个cmd窗口,然后cd进入NetHood然后是ftp站点,名称为ftp.mysite.com
作为目录名称。

然而似乎没有在登录中显示ftp站点。模式。

有没有办法让它们像通过Windows登录一样显示?

我可以在命令行发出登录吗?我/ NetHood / sites?



Ok, after a little browsing I find something called the NetHood.

It seems to let me browser my Network Neighborhood places as
directories -- somewhat. I am able to open a cmd window, and cd
into the NetHood and then the ftp sites, with the name ftp.mysite.com
being the directory name.

However It doesn''t seem to show the ftp sites in a "logged in" mode.

Is there a way to have them display as they would when logged in via
Windows?

Can I issue a logon at the command line to one of my /NetHood/ sites?




哈哈!垃圾邮件XP gen后,你真的希望从这里得到答案吗?


-

和平!

Kurt

自我主持主持人

microscum.pubic.windowsexp.gonorrhea
http://microscum.com/mscommunity

值得信赖的计算只是另一个Oxymoron的例子!

" Produkt-Aktivierung macht frei"



LOL! After spamming XP gen, do you really expect an answer from here?

--
Peace!
Kurt
Self-anointed Moderator
microscum.pubic.windowsexp.gonorrhea
http://microscum.com/mscommunity
"Trustworthy Computing" is only another example of an Oxymoron!
"Produkt-Aktivierung macht frei"


John Bailo写道:
John Bailo wrote:
John Bailo写道:
John Bailo wrote:


我使用FileSystemWatcher()类构建一个NT服务来检测新文件到达我们的ftp服务器的时间。

现在我想配置它来监视别人的远程服务器上的文件。

问题:

1.我可以将驱动器号映射到ftp共享吗?

2.您是否认为FileSystemWatcher类在监视远程ftp站点时可以以相同的方式响应,就像在观看时一样一个本地
目录?

具体来说,它可以在ftp目录上引发一个新文件的创建事件吗?


I build an NT service using the FileSystemWatcher() class to detect
when new files arrive at our ftp server.

Now I want to configure it to watch for files on someone else''s remote
server.

Questions:

1. Can I map a drive letter to an ftp share?

2. Do you think the FileSystemWatcher class can respond in the same
way when monitoring a remote ftp site as it does when watching a local
directory?

Specifically, can it raise an event for the creation of a new file on
the ftp directory?



好吧,经过一点点浏览后,我发现了一个名为NetHood的东西。

它似乎让我浏览我的网络邻居位置作为目录<有点儿。我可以打开一个cmd窗口,然后cd进入NetHood
然后是ftp站点,名称为ftp.mysite.com就是目录名称。

然而似乎没有在登录中显示ftp站点。模式。

有没有办法让它们像通过Windows登录一样显示?

我可以在命令行发出登录吗?我的/ NetHood / sites?


Ok, after a little browsing I find something called the NetHood.

It seems to let me browser my Network Neighborhood places as directories
-- somewhat. I am able to open a cmd window, and cd into the NetHood
and then the ftp sites, with the name ftp.mysite.com being the directory
name.

However It doesn''t seem to show the ftp sites in a "logged in" mode.

Is there a way to have them display as they would when logged in via
Windows?

Can I issue a logon at the command line to one of my /NetHood/ sites?




我猜不是 - NetHood不是我的想法 - 它看起来像是一个

一些* .lnk文件的容器,然后执行一些魔术。


原始查询代表。



I guess not -- NetHood isn''t what I thought -- it just seems like a
container for some *.lnk files that then perform some magic.

The original query stands.


这篇关于将驱动器映射到ftp共享的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆