IIS FTP Server - FTP Error

This is Interesting: Free IT Magazines  
Home > Archive > IIS FTP Server > March 2004 > FTP Error





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author FTP Error
rg - Help

2004-02-23, 10:34 am

When using Windows Server 2003 and Internet Information
Services(IIS) 6.0, I receive an error code of 550.

The following log shows the error that I am getting via
the client FTP and using IIS 6.0 as the server:

FTP Client Log:
> debug 100

DEBUG is on. DEBUG value is 100.
Enter an FTP subcommand.
> GET SAFDLP.SAFDLP

Default file name is SAFDLP.SAFDLP
227 Entering Passive Mode (ipAddress).[color=blue]
550 SAFDLP.SAFDLP: The request is not supported.
Enter an FTP subcommand.[color=blue]
> debug 100

DEBUG is on. DEBUG value is 100.
Enter an FTP subcommand.[color=blue]
> QUIT
221


The "get" line above is getting a file name of:
SAFDLP.SAFDLP From a pc running Windows 98.

I can issue this same "get" to pc running Windows XP, and
it will work fine.

Any help in this matter is greatly appreciated.

Thanks,
Bernard

2004-02-25, 9:39 am

What about IIS ftp server log file ?
what's the status code ?

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...


"rg - Help" <anonymous@discussions.microsoft.com> wrote in message
news:001801c3fa64$7a66fff0$a401280a@phx.gbl...
> When using Windows Server 2003 and Internet Information
> Services(IIS) 6.0, I receive an error code of 550.
>
> The following log shows the error that I am getting via
> the client FTP and using IIS 6.0 as the server:
>
> FTP Client Log:
> DEBUG is on. DEBUG value is 100.
> Enter an FTP subcommand.
> Default file name is SAFDLP.SAFDLP
> 227 Entering Passive Mode (ipAddress).
> 550 SAFDLP.SAFDLP: The request is not supported.
> Enter an FTP subcommand.
> DEBUG is on. DEBUG value is 100.
> Enter an FTP subcommand.
> 221
>
>
> The "get" line above is getting a file name of:
> SAFDLP.SAFDLP From a pc running Windows 98.
>
> I can issue this same "get" to pc running Windows XP, and
> it will work fine.
>
> Any help in this matter is greatly appreciated.
>
> Thanks,



rg

2004-02-25, 10:34 am

Here is what I found in the log file:

[51]USER ftptest 331 0
[51]PASS - 230 0
[51]sent /ftptest/SAFDLP.SAFDLP 550 50
[51]QUIT - 550 0

Thanks,

----- Bernard wrote: -----

What about IIS ftp server log file ?
what's the status code ?

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...


"rg - Help" <anonymous@discussions.microsoft.com> wrote in message
news:001801c3fa64$7a66fff0$a401280a@phx.gbl...[color=darkred]
> When using Windows Server 2003 and Internet Information
> Services(IIS) 6.0, I receive an error code of 550.
> the client FTP and using IIS 6.0 as the server:
> DEBUG is on. DEBUG value is 100.
> Enter an FTP subcommand.
> Default file name is SAFDLP.SAFDLP
> 227 Entering Passive Mode (ipAddress).
> 550 SAFDLP.SAFDLP: The request is not supported.
> Enter an FTP subcommand.
> DEBUG is on. DEBUG value is 100.
> Enter an FTP subcommand.
> 221
> SAFDLP.SAFDLP From a pc running Windows 98.
> it will work fine.



Bernard

2004-02-25, 10:34 pm

Wow.. look likes Win98 having problem with the file name.
is it case sensitive ? is it happen to all files in win98 ?

have you try command prompt ftp.exe to ftp ?

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...


"rg" <anonymous@discussions.microsoft.com> wrote in message
news:E5F281FC-5823-4D49-933C-AEA3F0E02C05@microsoft.com...
> Here is what I found in the log file:
>
> [51]USER ftptest 331 0
> [51]PASS - 230 0
> [51]sent /ftptest/SAFDLP.SAFDLP 550 50
> [51]QUIT - 550 0
>
> Thanks,
>
> ----- Bernard wrote: -----
>
> What about IIS ftp server log file ?
> what's the status code ?
>
> --
> Regards,
> Bernard Cheah
> http://support.microsoft.com/
> Please respond to newsgroups only ...
>
>
> "rg - Help" <anonymous@discussions.microsoft.com> wrote in message
> news:001801c3fa64$7a66fff0$a401280a@phx.gbl...
>
>
>



rg

2004-03-01, 7:34 pm


is it case sensitive ? Does not appear to be case sensative.

is it happen to all files in win98 ?Yes, I renamed the file to something different as well as the file extention and still get the same error.

have you try command prompt ftp.exe to ftp ?What do you mean? The client is an IBM AS/400 running OS/400 V5.R1.M0 operating system.


Thanks,

rg
Bernard

2004-03-01, 11:34 pm

Ok. I was confused.. so the client using os/400, get a file from XP or Win98
machine and then send it to IIS 6.0 FTP server. I guess in this case.. win98
doesn't support it well, I re-read your log file, if I'm not wrong you got
'50' in win32 status - meaning - 'the request is not supported'

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...


"rg" <anonymous@discussions.microsoft.com> wrote in message
news:E529472A-D89B-4173-AC84-8DEFA15086FE@microsoft.com...
>
> is it case sensitive ? Does not appear to be case sensative.
>
> is it happen to all files in win98 ?Yes, I renamed the file to something

different as well as the file extention and still get the same error.
>
> have you try command prompt ftp.exe to ftp ?What do you mean? The client

is an IBM AS/400 running OS/400 V5.R1.M0 operating system.
>
>
> Thanks,
>
> rg



rg

2004-03-02, 12:35 pm

Let me repeat this: The client is using os/400, doing a get to a Win98
machine and then send it to IIS 6.0 FTP server.

I am not sure what you are tring to say here: "I guess in this case.. win98
doesn't support it well, I re-read your log file, if I'm not wrong you got
'50' in win32 status - meaning - 'the request is not supported'"

Does that mean IIS 6.0 FTP server can not get a file located on a Win98 machine? It can see it because when I issue a 'Dir' the file will get listed in the client log.

Thanks,





Bernard

2004-03-03, 2:34 am

what I'm saying is when your client is getting the file from Win98 it
failed.

"Does that mean IIS 6.0 FTP server can not get a file located on a Win98
machine?" ?
I'm confuse, IIS ftp server ? I thought you said your os/400 client take it
from
win98 and send to IIS ftp server ?

the log show 550 50 with 50 as win32 status - hence 'the request is not
supported'

just curious.. how do your OS/400, get the file from win98 ? and upload to
ftp ?

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...


"rg" <anonymous@discussions.microsoft.com> wrote in message
news:19754598-E2F5-4032-8A6E-3BFD71FFC646@microsoft.com...
> Let me repeat this: The client is using os/400, doing a get to a Win98
> machine and then send it to IIS 6.0 FTP server.
>
> I am not sure what you are tring to say here: "I guess in this case..

win98
> doesn't support it well, I re-read your log file, if I'm not wrong you got
> '50' in win32 status - meaning - 'the request is not supported'"
>
> Does that mean IIS 6.0 FTP server can not get a file located on a Win98

machine? It can see it because when I issue a 'Dir' the file will get
listed in the client log.
>
> Thanks,
>
>
>
>
>



rg

2004-03-03, 10:34 am

Can IIS 6.0 FTP server get a file located on a Win98 machine?

just curious.. how do your OS/400, get the file from win98 ? and upload to
ftp ? Currently, we FTP to a pc running win98 and there is a program that is called Bisonware which enables the win98 pc to act as a FTP server.
The OS/400 job will FTP to the win98 pc. The OS/400 job will issue a "GET" and the FTP server will get a file from another win98 pc and place the file onto the OS/400.
But as you can see instead of going to the win98 FTP Server we use the IIS 6.0 FTP server and get the message 'the request is not supported'

So why would it work in one case and not the other? The only thing that changed is we are going through IIS 6.0?


Bernard

2004-03-03, 10:34 pm

So now, you are trying to FTP from IIS server to the Win98 FTP 'bisonware'
server, right ?
if you skip the os/400 job.

and manualy do a ftp from IIS server to that Win98 FTP server, can you get
the file ?


--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...


"rg" <anonymous@discussions.microsoft.com> wrote in message
news:C291106D-2ACE-4DF0-97E3-C42AD7333EB4@microsoft.com...
> Can IIS 6.0 FTP server get a file located on a Win98 machine?
>
> just curious.. how do your OS/400, get the file from win98 ? and upload to
> ftp ? Currently, we FTP to a pc running win98 and there is a program that

is called Bisonware which enables the win98 pc to act as a FTP server.
> The OS/400 job will FTP to the win98 pc. The OS/400 job will issue a

"GET" and the FTP server will get a file from another win98 pc and place the
file onto the OS/400.
> But as you can see instead of going to the win98 FTP Server we use the IIS

6.0 FTP server and get the message 'the request is not supported'
>
> So why would it work in one case and not the other? The only thing that

changed is we are going through IIS 6.0?
>
>



rg

2004-03-05, 10:34 am

and manualy do a ftp from IIS server to that Win98 FTP server, can you get
the file ? Yes, If I have IIS server 6.0 be the client, and Win98 FTP running Bisonware be the server. The FTP process can get the file from a Win98 pc and put the file on the PC running IIS server 6.0.

So why will FTP work in one case and not the other? The only thing that changed is we are going through IIS 6.0?

More importantly when IIS 6.0 is the server in the FTP process, can it get a file off a PC running Win98?



Bernard

2004-03-07, 11:34 pm

>>Yes, If I have IIS server 6.0 be the client, and Win98 FTP running
Bisonware be the server. The FTP process can get the >>file from a Win98 pc
and put the file on the PC running IIS server 6.0.


the above shows ftp activity between IIS 6 and the Bisonware ftp server is
function correctly.


a file off a PC running Win98?

this is the part that I have no ideas... how it actually flow ?
how do you ask IIS FTP server to ftp to bisonware from your O/S 400 job ?

Can you define you OS400 job in detail ?
a) who is actually ftping to win98 ?
b) who is actually ftping to iis6 ?


--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...


"rg" <anonymous@discussions.microsoft.com> wrote in message
news:8CCA49E7-059C-4C47-89FA-A1A5C0CA6666@microsoft.com...[color=darkred]
> and manualy do a ftp from IIS server to that Win98 FTP server, can you get
> the file ? Yes, If I have IIS server 6.0 be the client, and Win98 FTP

running Bisonware be the server. The FTP process can get the file from a
Win98 pc and put the file on the PC running IIS server 6.0.
>
> So why will FTP work in one case and not the other? The only thing that

changed is we are going through IIS 6.0?
>
> More importantly when IIS 6.0 is the server in the FTP process, can it get

a file off a PC running Win98?
>
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com