IIS 6.0 FTP Server Can not download from other subnet
8 May 2006 06:39:37 -0700
Hi, All
I got quite strange thing in testing my ftp server based on IIS 6.0 of
Windows 2000 server.
The facts as following:
1. The ftp server can be access and download file from the same subnet,
which the server is in, both from ftp.exe or GUI ftp tools
2. The ftp server can not be download any file from ...
|
FTP Log File information
Fri, 5 May 2006 08:18:03 -0700
Is there any way to retrieve more information that can be added to the log
files, such as the commands from the remote computers? Or are there strictly
the options within IIS?
Any help is greatly appreciated,
--
Chad Atkinson
...
|
FTP resume
5 May 2006 05:56:13 -0700
Has anyone successfully implemented an ftp client which supports
resuming?
I am using the wininet api which makes calls in the following order:
InternetOpen
InternetConnect
FtpCommand (with REST command and offset)
FtpOpenFile
while loop
{
InternetReadFile
}
The problem is that if the connection i ...
|
newbie question for understanding the implmentation of FTP over w2
Thu, 4 May 2006 01:00:01 -0700
greeting,
my working site trying to use windows 2003 server standard edition IIS 6'
FTP feature beside of other available 3rd party FTP software.
there's currently running an pre-written business application that needed to
perfrom daily upload/download over the HQ server database and its client's
site ...
|
adding files
Tue, 2 May 2006 09:32:19 -0400
Hi,
I have a few questions.
I'm running windows 2003 server.
I can connect to my ftp server internally and add files at will. I asked my
friend to connect yesterday (externally) and he couldn't add any files. The
paste command was greyed out. How can I change this?
On the security account tab, I ...
|
Security
Mon, 1 May 2006 07:58:01 -0700
Hello
I have:
WINDOW server 2000 running IIS and FTP
Can I implement folder level password security
(volume is NTFS) so if a file is placed in a folder that only the intended
recipient can "get" it and is prompted for a password ? Even better if the
user was prompter for some sort of credentials and ...
|
FTP with multiple users
Thu, 27 Apr 2006 20:31:45 -0700
I need to setup FTP on a W2K3 Ent with each user having access to his own
folder. I've created Windows logins for each user, and have created virtual
directory for each user under the FTP site. The virtual Directory name is
the same as a Windows Username. The problem is that no user can login to our
FTP si ...
|
|
|
FTP can't upload/create directories more than 2 deep.
Thu, 27 Apr 2006 17:30:01 -0700
Okay, new Win2003 Server install. FTP running in Isolation mode - which does
work.
I've got a problem (that I also had in non-isoloation mode).
I'm trying to upload a website to an FTP user home directory, which is also
the website root directory.
I can upload all the root directory stuff fine and al ...
|
re
Tue, 25 Apr 2006 07:42:40 -0500
i would suggest you to do it with php scripts if the server area is
pretty much confidential for you and your clients.
if you need help, please let me know.
--
code-geek
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
----------------------- ...
|
Setting security
Wed, 26 Apr 2006 11:32:02 -0700
I have just setup a win2k server with IIS as our FTP server. I would like
to know how to make it secure .I need to address all those common security
issues so we can opstfiles that only those intendedfor can grab them.
Where do I start ?
thanks ...
|