Re: Scripting FTP retries

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



IIS 6 ftp support both REST and APPE, it's client side that control it, not
server end.

--
Regards,
Bernard Cheah
http://www.microsoft.com/iis/
http://www.iiswebcastseries.com/
http://www.msmvps.com/bernard/


"KnightFall1" <KnightFall1@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6D4917C5-4908-4E47-A393-5F09383ED253@xxxxxxxxxxxxxxxx
>I am attempting to write a script that will connect via FTP to an IIS 6
> server and retrieve a series of files. This activity is occurring across a
> WAN. However I need to take advantage of IIS' retry functionality in case
> there is a disconnection over the WAN link.
>
> From doing some research the FTP resume feature in IIS appears to have the
> following limitations, which don't affect the way I want to do this :
> 1)Wildcard downloads using the FTP command MGET do not support resume.
> 2) Uploading files to the server do not support resume.
> 3) Downloading files larger than 4 gigabytes do not support resume.
>
> Basically I'm running the following command:
> 1) ftp -s:<scriptname>
> 2) the script contains the following sample info:
> open <ip address>
> username
> password
> cd <proper directory>
> get <filename1>
> get <filename2>
> bye
>
> How do I script FTP retries? When I look at the Unix implementation of
> FTP,
> it appears to support commands such as RETR and REST which appear to be
> related to resuming failed transfers but it doesn't appear Microsoft's
> implementation supports these commands. I found an open source program
> called
> Wget that has switches that support retries, even to the point where you
> can
> specify how many retries you want to perform. But since this is production
> server, I cannot install an unsupported, open source program on it.
>


.



Relevant Pages

  • Re: IIS 6.0 FTP
    ... The IIS is running, along with the FTP ... There is no other FTP service on this server. ... I understand your have the order entry program, ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: IIS 6.0 FTP
    ... does not look like the behavior of an IIS FTP server. ... By default, IIS FTP ... using the clients username and password, ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: IIS 6.0 FTP
    ... Internet Information Services (IIS) Manager ... The Security System detected an authentication error for the server ... I doubt IIS FTP has such feature. ... using the clients username and password, ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: IIS 6.0 FTP
    ... if your ftp is working first. ... So, go to the remote machine (which allow to connect to your iis server), go ... The ftp server connection msgs you posted, doesn't look like IIS FTP to me. ... clients are using an order entry program created in Microsoft access. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: IIS 6.0 FTP
    ... if your ftp is working first. ... So, go to the remote machine (which allow to connect to your iis server), go ... The ftp server connection msgs you posted, doesn't look like IIS FTP to me. ... clients are using an order entry program created in Microsoft access. ...
    (microsoft.public.inetserver.iis.ftp)