ftp software/version info needed

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

Post Reply
pauljohn
Newbie
Posts: 6
Joined: Mon Feb 22, 2010 3:19 pm
Location: Columbus, OH, USA
Contact:

ftp software/version info needed

Post by pauljohn » Tue Feb 26, 2013 6:54 pm

I don't even know how to word the question...
Below is an email from a company we deal with daily and they have a question.

Help???
What do I tell these people?

"We are in the process of updating some information, and would like to verify if you are using a provider to submit your pricebook. We would also like to confirm what software and version is used to send the pricebook over to us."

Thank you!

This is the very simple script I wrote with Macro Scheduler 12
-------------script--------------------
Month>mm
Day>dd
Year>yyyy

RenameFile>C:\tPriceBook.csv,C:\tPriceBook_%yyyy%%mm%%dd%.csv
Let>pricebook=C:\tPriceBook_%yyyy%%mm%%dd%.csv
Let>FTP_STATUS=1
Let>FTP_PASSIVE=1
FTPPutFile>xx.xx.xxx.xx,user,password,21,%pricebook%,/,*,A
MessageModal>Result of FTP - %FTP_RESULT%
exit

User avatar
CyberCitizen
Automation Wizard
Posts: 721
Joined: Sun Jun 20, 2004 7:06 am
Location: Adelaide, South Australia

Re: ftp software/version info needed

Post by CyberCitizen » Wed Feb 27, 2013 1:09 am

pauljohn wrote:"We are in the process of updating some information, and would like to verify if you are using a provider to submit your pricebook. We would also like to confirm what software and version is used to send the pricebook over to us."
First off is the pricebook coming from you or is it going from them to someone else. The question almost sounds like its someone else asking them how it is being sent to them.

My response would be something along the lines of the PriceBook is being sent directly from us, no third party / provider. The program being used to submit the Price Book was written for us in MSSL. You could include the version of Macro Scheduler you used if you wanted.
FIREFIGHTER

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts