We have vbscript to download files from FTP site and it works well. What
different code I should use to download files from Secure FTP site? Thanks.

Re: Secure FTP by Nathan

Nathan
Thu Oct 18 10:03:21 PDT 2007

On Oct 18, 8:56 am, Ian <I...@discussions.microsoft.com> wrote:
> We have vbscript to download files from FTP site and it works well. What
> different code I should use to download files from Secure FTP site? Thanks.

What code are you using for FTP?


Re: Secure FTP by McKirahan

McKirahan
Thu Oct 18 10:24:28 PDT 2007

"Ian" <Ian@discussions.microsoft.com> wrote in message
news:1A62BA55-A49A-4B30-A1D4-6B76736EBFCD@microsoft.com...
> We have vbscript to download files from FTP site and it works well. What
> different code I should use to download files from Secure FTP site?
Thanks.

I've scripted PSFTP which is avaialable at:
http://www.chiark.greenend.org.uk/~sgtatham/putty/

"PuTTY is a free implementation of Telnet and SSH for Win32
and Unix platforms, along with an xterm terminal emulator."



Re: Secure FTP by Owen

Owen
Thu Oct 18 10:44:28 PDT 2007

On Oct 18, 8:56 am, Ian <I...@discussions.microsoft.com> wrote:
> We have vbscript to download files from FTP site and it works well. What
> different code I should use to download files from Secure FTP site? Thanks.

What do you use? some sort of vbscript function or do you use
vbscript to call the external ftp program?


Re: Secure FTP by Ian

Ian
Thu Oct 18 10:42:00 PDT 2007

VBScript

"Nathan" wrote:

> On Oct 18, 8:56 am, Ian <I...@discussions.microsoft.com> wrote:
> > We have vbscript to download files from FTP site and it works well. What
> > different code I should use to download files from Secure FTP site? Thanks.
>
> What code are you using for FTP?
>
>

Re: Secure FTP by Ian

Ian
Thu Oct 18 12:02:01 PDT 2007

I use vbscript to call external ftp program.

"Owen Gilmore" wrote:

> On Oct 18, 8:56 am, Ian <I...@discussions.microsoft.com> wrote:
> > We have vbscript to download files from FTP site and it works well. What
> > different code I should use to download files from Secure FTP site? Thanks.
>
> What do you use? some sort of vbscript function or do you use
> vbscript to call the external ftp program?
>
>

Re: Secure FTP by Owen

Owen
Tue Oct 23 13:31:30 PDT 2007

On Oct 18, 12:02 pm, Ian <I...@discussions.microsoft.com> wrote:
> I use vbscript to call external ftp program.

In that case you'd simply replace the external code you're running now
with the equivalent command line for secure ftp.

> "Owen Gilmore" wrote:
> > On Oct 18, 8:56 am, Ian <I...@discussions.microsoft.com> wrote:
> > > We have vbscript to download files from FTP site and it works well. What
> > > different code I should use to download files from Secure FTP site? Thanks.
>
> > What do you use? some sort of vbscript function or do you use
> > vbscript to call the external ftp program?- Hide quoted text -