Re: Help with transparent ftp



go to command prompt

c:\>

then run the script one by one after you connected via ftp.exe

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


<jonvillalva@xxxxxxxxx> wrote in message
news:1149700448.549738.285080@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The thing is I am not getting an error message at all and the IIS log
file shows that the ftp went through but there is no file in the
directory I have assigned for reciept.
Bernard Cheah [MVP] wrote:
what's the error msgs? and IIS FTP log file?
Scripting with ftp.exe is simple.. and you got it all setup as well.
Using FTP Batch Scripts
http://support.microsoft.com/?id=96269

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


<jonvillalva@xxxxxxxxx> wrote in message
news:1149613052.641671.75300@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello all I have setup an ftp site on windows 2003 server using IIS. I
turned off anonymous login and granted access to only specific IPs. I
would like to set up an automated task using a txt file but it does not
seem to work. Below is the command line I am using to initiate the ftp.

C:\WINDOWS\system32\FTP.EXE -s: "C:/text/test.txt"

This references the file in which the ftp info is located. The text
file contains the info,

open {ip}
Name
Password
cd /RcvDir
send "c:\Data Tx Files\*.*"
bye

I can log on to the site via a remote computer and then copy and paste
into the folder via ftp but would like to make the operation
transparent. I am hoping one of you can throw some ideas out there to
help me figure this one out. Thanks in advance for any help.




.



Relevant Pages

  • Re: FTP delete problem
    ... the problem was a lock to a file that the ftp get worked, ... Bernard Cheah ha scritto: ... generate by schedule task. ... If i manually execute the script, the output wrote, but by schedule ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: FTP delete problem
    ... Yes, the script looking the previous day log file, but when it's still ... Bernard Cheah ha scritto: ... the problem was a lock to a file that the ftp get worked, ... generate by schedule task. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: FTP delete problem
    ... Bernard Cheah ha scritto: ... the problem was a lock to a file that the ftp get worked, ... generate by schedule task. ... If i manually execute the script, the output wrote, but by ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: How to programatically FTP an adp from web server
    ... need to be able to run a script that first checks to see if the front end the ... You'll need to set up a script file containing the necessary ftp ... Go to a command prompt in windows and type ftp -? ...
    (comp.databases.ms-access)
  • Re: FTP delete problem
    ... Bernard Cheah ... 220 Microsoft FTP Service ... If i manually execute the script, the output wrote, but by schedule isn't ...
    (microsoft.public.inetserver.iis.ftp)

Loading