Re: Upload files by FTP to website by SendTo




"©®" <n0ne@xxxxxxxx> wrote in message
news:uN26XFwMIHA.2000@xxxxxxxxxxxxxxxxxxxxxxx
I have made a few nice shortcuts which are in my SendTo folder and wondered
if it is at all possible to send files to a certain folder on my website
via an FTP shortcut?

E.g. Say I want to send "info.txt" to a folder called "fun" on my website
(mywebsite/fun/), I would r-click on the file and choose Send To and the
option would be called FTP.
What would the shortcut command be so it does it all automatically without
me needing to input any username or password?
Thanks

This can be done in a two-step process:
1. You need to write a batch file which invokes an FTP script
to "put" (in FTP language) the chosen file on your web site.
2. You now modify the right-click menu for any file so that it
includes FTP Uploade batch file.

Step 1 has the obvious security risk of placing your user name
and password inside a script file.

I recommend you start with Step 1. Step 2 will require a
modification in the registry to invoke your batch file.


.



Relevant Pages

  • Re: Need Vbscript help with parsing a file
    ... With Perl you can do it with a single command in a batch file (all on ... Dim strL 'String ... 'applying the ProcessLine function to each line ... I have a batch file that downloads 3 files from an ftp site and then ...
    (microsoft.public.access.externaldata)
  • Re: ftp on IIS 6.0 w2k3
    ... Try a batch file that writes a simple message out to a log file, ... to allow null session shares so that it can. ... Software Design Engineer, Internet Information Server (FTP) ... > command runs from a dos shell. ...
    (microsoft.public.inetserver.iis)
  • FTP and AutoExNt.Bat
    ... batch file before the user logs in. ... I try and run the file from AutoExNT service the FTP fails. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: FTP Using Access VBA?
    ... Batch1 it not a batch file. ... If you don't want to use a standard FTP script file, ...
    (microsoft.public.access.modulesdaovba)
  • Re: FTP will not accept password from a batch file
    ... I have run into a strange problem running FTP with a batch file. ... The last part of the batch file, where I create and run an FTP script is ... echo open > FTPscript.txt ...
    (microsoft.public.inetserver.iis.ftp)