Ihave 2 files that are schedule to execute arouund mid day.
I need to find out how can I scheduleto FTP these 2 files within Sql jobs.
I have the following:
Set @FTP_Server = 'ftp://123.456.789.155'
Set @FTP_User = 'mylogin'
Set @FTP_PWD = 'mypass'
Set @FTP_Path = '/user/invoice_import/'
Set @FTP_FileName = 'ist.txt'
Set @FTP_SourcePath = '\\SAM\shared\Data Service Export\'
Set @FTP_SourceFile = 'Invoices_Feb 28 2011'
But I am stuck.
Please advice
Thank you
dre
I need to find out how can I scheduleto FTP these 2 files within Sql jobs.
I have the following:
Set @FTP_Server = 'ftp://123.456.789.155'
Set @FTP_User = 'mylogin'
Set @FTP_PWD = 'mypass'
Set @FTP_Path = '/user/invoice_import/'
Set @FTP_FileName = 'ist.txt'
Set @FTP_SourcePath = '\\SAM\shared\Data Service Export\'
Set @FTP_SourceFile = 'Invoices_Feb 28 2011'
But I am stuck.
Please advice
Thank you
dre