all groups > iis ftp > recent posts
Creating a folder with username and password access
Posted by opokad06 at 4/24/2008 7:13:01 AM
How do I create a folder in ISS FTP that will require users to type in the
username such as email address and password before they are able to access
the folder? Also is there a limit on the number or users that can be set to
use the folder.
Thank you
--
KPoku... more >>
Re: Test SFTP server
Posted by Brainpower at 4/24/2008 1:25:03 AM
cute ftp
2Sweet schreef:
> i am using SSH as sftp. how to test whether the sftp server from Windows XP
> workstation?
>
> "Bernard Cheah [MVP]" <qbernard@hotmail.com.discuss> wrote in message
> news:%23N24ARqdIHA.5900@TK2MSFTNGP02.phx.gbl...
> > SFTP ? well, depend on what sftp, then establ... more >>
Ftp Step to Step
Posted by MartÃn at 4/17/2008 1:33:50 PM
Hello,
Before that nothing disculpenmen by my bad English
I am just starting with FTP, I have an account with a hosting,
But I said I have to use the CORE FTP to access my files, I can not come
with Internet Explorer with something like: "ftp://carpeta ..."????
Because it would be much ea... more >>
Setting up a folder in IIS Ftp
Posted by tshad at 4/15/2008 2:28:50 PM
I have a folder I set up that I want only one person to access outside of
the company.
I set them up as a use and tried to access the folder using Windows Explorer
and it openned the folder and I can see it and everything in it without it
asking permission.
It won't let me add anything t... more >>
ftp not accessible from email
Posted by tshad at 4/10/2008 7:52:02 AM
I have a site on my system that I allow people to access with a password.
I can connect from IE using:
ftp://ftp.myserver.com/
It comes up and ask for a password, which is correct.
But when I send this address to someone in an email and they click on it, it
also works.
But if it is ... more >>
Secure FTP site
Posted by Samuel at 4/9/2008 12:07:07 PM
Hi
I have an ftp site on XP Pro\IIS and I would like to secure it
I tried removing 'Everyone' from the Security tab of that folder but then I
couldn't browse the http site that point to the same folder and I then
connected as an Admin
What is then the solution?
Thank you,
Samuel
... more >>
ftp and email
Posted by BobF at 4/8/2008 7:14:29 AM
I have asked our network admin to setup ftp for the the purpose of:
- VendorA will log in to the ftp site and replace a file that gets updated
on a need-basis
- VenderB will log in and download the file from ftp site
My question, if possible to trigger a notification and send an email to
Ve... more >>
Re: FTP 7.0 - Problem with Virtual Host an FTP
Posted by Gregor Biswanger at 4/5/2008 4:32:45 PM
that help me http://learn.iis.net/page.aspx/320/using-virtual-host-names/
thx
"Gregor Biswanger" <server@web-enliven.de> schrieb im Newsbeitrag
news:0D1C5F73-EE79-427B-9E56-5B963D9BA41B@microsoft.com...
> Hello,
>
> i have 11 Websites on IIS 7. I live binding FTP accounts to the Websites ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
FTP 7.0 - Problem with Virtual Host an FTP
Posted by Gregor Biswanger at 4/5/2008 3:35:01 PM
Hello,
i have 11 Websites on IIS 7. I live binding FTP accounts to the Websites
with "Add FTP Site Publishing"
and the Virtual Host dos not working.
can me help please.
dear gregor biswanger
... more >>
Re: Ftp Server/Protocol Help
Posted by Bernard Cheah [MVP] at 4/3/2008 12:26:22 PM
what program script does this? I doubt ftp server will instructs client to
go back to root.
this should be related to your script/program... I mean client issue the
command -
Client: CWD /
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"Andrew Smi... more >>
RE: Ftp Server/Protocol Help
Posted by Andrew Smith at 4/3/2008 11:40:01 AM
nevermind i finally find out what my problem was, after about 2 weeks of
trying to find it. the server i built respond to the PWD command as
Server: 200 /desk/Test Folder/Folder 1
instead of responding with 200, it should be 257, like as follows
Server: 257 /desk/Test Folder/Folder 1
a... more >>
Ftp Server/Protocol Help
Posted by Andrew Smith at 4/2/2008 12:21:01 PM
I'm having an issue with an FTP server that i'm developing. The problem i am
having is the the windows explorer ftp client is changing directories
improperly. i did the same activies with another ftp server and the windows
explorer ftp client respond as it should. i've been following the RFC 9... more >>
Re: allowing website owners to log into their site to upload
Posted by Bernard Cheah [MVP] at 4/2/2008 9:42:34 AM
Read -
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/b63de8ef-e3c5-456d-a8ca-7af4198819d4.mspx?mfr=true
when isolated - user will be redirected to the home path.
So you can setup like
f:\home\userA.
Ftp root can be point to f:\home, when userA login - he/she w... more >>
allowing website owners to log into their site to upload
Posted by Dave at 4/1/2008 3:09:21 PM
How do you setup users so they can log into their web site for maintenance
? When they log in using an FTP program, they are directed to the generic
FTP site and not their web site location. I did the below recommendation but
the user still goes to the generic FTP.
Using WK3
TIA
Dave
... more >>
Re: free ftp software with scheduler
Posted by gbkhor at 3/29/2008 8:14:11 AM
Hi
I agreed, the Task Scheduler can do pretty a lot of thing, but unfortunately
our regional had hide / disable this function, that's the reason I looking
for an alternative
thanks
".._.." <testing@jacksoncountybank.com> wrote in message
news:WPRBj.43576$G23.25370@newsreading01.news.t... more >>
Re: Viewing ftproot
Posted by Bernard Cheah [MVP] at 3/27/2008 12:26:31 PM
The issue is with IE7 not Vista. Have you try Windows Explorer it will
redirect to user folder.
Anyway for IIS 5, even user got redirected to the home path, they still able
to do a 'cd ..' and navigate
to the root path.
So the trick here you can do is
a) map ftproot to a dummy path. say f:... more >>
Re: Command to turn off ftp service at specific time
Posted by Bernard Cheah [MVP] at 3/26/2008 2:07:51 PM
shortname as in msftpsvc
net stop msftpsvc
net start msftpsvc
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"BrianK" <bkowald@mchsi.com> wrote in message
news:bdfae461-226e-49a4-a994-f9e35721b3e8@m44g2000hsc.googlegroups.com...
> Hi. I want to t... more >>
Viewing ftproot
Posted by StevieD at 3/26/2008 3:20:20 AM
Our Setup: IIS 5.0 FTP site is pointing to the home directory of
inetpub\ftproot. Within here, we have separate folders setup for each
customer. The permissions on these folders are restricted to administrators
and the local user account (customer account), which has read access. So
when... more >>
Re: Command to turn off ftp service at specific time
Posted by .._.. at 3/25/2008 5:32:30 PM
The service name "FTP Publishing Service"
You can find those by looking at the services section in administrative
tools.
"BrianK" <bkowald@mchsi.com> wrote in message
news:bdfae461-226e-49a4-a994-f9e35721b3e8@m44g2000hsc.googlegroups.com...
> Hi. I want to turn off the FTP service at a ce... more >>
Re: Command to turn off ftp service at specific time
Posted by .._.. at 3/25/2008 5:30:34 PM
Yup, that's how I would do it. IIS7 does not run on Win2k3, that's IIS6.
You just want the whole service? Or just one particular virtual FTP server?
I think you can do the individual server (you can with the web part...),
that involves a different command and using the service ID number. S... more >>
Re: FTP path confusion
Posted by Bernard Cheah [MVP] at 3/25/2008 11:15:03 AM
If I get you correctly.
By default, when you login to ftp, it will auto redirect to the folder name
same as the username. if it can't find it revert back to the root.
but in IE 7 - IE changed this, so you will need to use Windows Explorer.
http://msmvps.com/blogs/bernard/archive/2007/10/08/iis-... more >>
Re: Connection Problem
Posted by Bernard Cheah [MVP] at 3/25/2008 11:09:56 AM
a) setup the ftp site, then configure write access at both ftp level and
ntfs level.
b) use ftp.exe locally to test, make sure you can login and upload files.
c) configure your camera with the login, etc to upload the pic.
some readings.
HOW TO: Set Up an FTP Server in Windows 2000
http://s... more >>
Re: FTP path confusion
Posted by Matt Hickman at 3/25/2008 8:32:59 AM
On Mar 24, 10:15=A0pm, "Bernard Cheah [MVP]"
<qbern...@hotmail.com.discuss> wrote:
> If I get you correctly.
> By default, when you login to ftp, it will auto redirect to the folder nam=
e
> same as the username. if it can't find it revert back to the root.
> but in IE 7 - IE changed this, so ... more >>
Command to turn off ftp service at specific time
Posted by BrianK at 3/24/2008 9:22:10 PM
Hi. I want to turn off the FTP service at a certain time and then at
another time turn it back on. This is IIS 7 on Windows server 2003?
Can I just schedule a net start and net stop command with the "At"
service? What is the name of the FTP service?
Thanks,
Brian... more >>
FTP path confusion
Posted by Matt Hickman at 3/24/2008 8:44:31 AM
I am seeing some odd behavior that apparently shows up when the FTP
site is hosted on Server 2003 X64. If anonymous access is disabled,
and logging on with an ID that is the same as a virtual directory on
the FTP site appears to confuse the FTP server. This occurs when,
in IE, you select P... more >>
Connection Problem
Posted by Somchai at 3/22/2008 10:18:00 PM
I am having 3 IP Cameras namely D-Link DCS-6620G which I want to implement in
an existing LAN (Windows 2003 Server) and it will be accessed by VPN from the
outside. I also want to use an old Windows 2000 Server to capture scheduled
snapshots and store them. However, the camera only has smtp ... more >>
Re: WebDAV
Posted by Bernard Cheah [MVP] at 3/21/2008 9:53:57 AM
Not FTP related, try .iis general group.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"Anand Ganesh" <anand_ganesh@computer.org> wrote in message
news:uMa5oYciIHA.4376@TK2MSFTNGP05.phx.gbl...
> Hello Everybody,
>
> I am using WebDAV in IIS (Windows... more >>
WebDAV
Posted by Anand Ganesh at 3/19/2008 6:40:12 AM
Hello Everybody,
I am using WebDAV in IIS (Windows 2003) and everytime I logoff the computer
or restart the computer I have to enter username and password to view the
WebDAV files eventhough I tell to "Save Password".
Is there a work around for this?
Thanking you for your time.
Regar... more >>
Re: Outlook Web Access
Posted by Ken Schaefer at 3/17/2008 10:31:11 PM
This sounds like an IE problem, not an IIS FTP server problem.
You should be able to get a crash dump when IE closes unexpectedly, and then
submit that to Microsoft PSS for analysis (or post to an IE newsgroup)
Cheers
Ken
"primetime" <primetime@discussions.microsoft.com> wrote in message... more >>
Re: Cannot get FTP to Work - disconnects
Posted by Alun Jones at 3/17/2008 9:51:07 PM
"Donny" <Donny@discussions.microsoft.com> wrote in message
news:94BC8151-B7DF-4C74-9B85-660AFF1947BD@microsoft.com...
> The 2 NIC's are configured identically except for the IP address Nic 1 is
> 192.168.1.101 and NIC2 is 192.168.1.102.
And yet, they are on two different networks? That doesn'... more >>
|