[isapros] Re: OT: Automatic Uploads CSV files to a remote FTP site.

  • From: Gene Sibbs <gen_sib@xxxxxxxxx>
  • To: isapros@xxxxxxxxxxxxx
  • Date: Mon, 8 Feb 2010 08:24:42 -0800 (PST)

Excellent Steve, I will action this and revert back if running into issues.



________________________________
From: Steve Moffat <Steve@xxxxxxxxxx>
To: "isapros@xxxxxxxxxxxxx" <isapros@xxxxxxxxxxxxx>
Sent: Mon, February 8, 2010 5:15:31 PM
Subject: [isapros] Re: OT: Automatic Uploads CSV files to a remote FTP site.


Setup a scheduled task……
 
Download & configure bmail from 
http://www.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm
 
From:isapros-bounce@xxxxxxxxxxxxx [mailto:isapros-bounce@xxxxxxxxxxxxx] On 
Behalf Of Gene Sibbs
Sent: Monday, February 08, 2010 9:24 AM
To: isapros@xxxxxxxxxxxxx
Subject: [isapros] OT: Automatic Uploads CSV files to a remote FTP site.
 
Hi there,
 
I trust that all is well at your end!
 
This is out of topic, I have been assigned a task to automate the process 
of uploading CSV files up to a remote FTP site. For now I am using the batch 
file below. This file works fine, however the client would like to automate 
this process and expand it into sending an email back to them confirming that 
the files were uploaded successful to a remote ftp site. 
 
How can I achieve this task?
_______________________________
@echo off
echo user toolscamp> ftpcmd.dat
echo c4mp8ti>> ftpcmd.dat
echo put tools.csv 'tools.database.camp'>> ftpcmd.dat
echo quit>> ftpcmd.dat
ftp -n -s:ftpcmd.dat 10.11.1.1
del ftpcmd.dat
pause
___________________________
 
I believe that will be helped.
 
Thanks 


      

Other related posts: