dbTalk Databases Forums  

Need help with ftp.exe

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Need help with ftp.exe in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael
 
Posts: n/a

Default Need help with ftp.exe - 08-11-2003 , 04:14 PM






Hello,

I'm using "Execute Process Task" to run ftp.exe to send a file to an FTP
server. Can someone help me with the ftp.exe commands? I suppose that I need
to write the whole commands on one line. I need to open a connection, pass a
username and password, and send a file.

Thanks.



Reply With Quote
  #2  
Old   
Michael
 
Posts: n/a

Default Re: Need help with ftp.exe - 08-11-2003 , 05:14 PM






Thanks Sue. That worked. Just need a colon in "ftp -s:C:\PathTo\FTPFile".

Thanks again.


"Sue Hoegemeier" <Sue_H (AT) nomail (DOT) please> wrote

Quote:
I generally use an ftp file use that file for the
parameters. To use a file, the command is:
ftp -sC:\PathTo\FTPFile
In the file, you would just enter the following:

open <ftp site
login
password
put <path to file you want to send
bye

-Sue

On Mon, 11 Aug 2003 14:14:52 -0700, "Michael" <a@b.c> wrote:

Hello,

I'm using "Execute Process Task" to run ftp.exe to send a file to an FTP
server. Can someone help me with the ftp.exe commands? I suppose that I
need
to write the whole commands on one line. I need to open a connection,
pass a
username and password, and send a file.

Thanks.





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.