This is an old revision of the document!
Reporting Bug or Asking for Support
How to Credit card processing
I am credit card processing specialist. I like to help people through online. I have some other business. I am personally busy and I like to make fun when I get the chance.If you need help on credit card processing or support <a href=“http://merchantwarehouse.com/”>merchant services</a><br>
Advertisement
I am credit card processing specialist. I like to help people through online. I have some other business. I am personally busy and I like to make fun when I get the chance. If you need help on credit card processing or support in merchant services. To know more about please visit http://merchantwartehouse.com
Example of Support Request for Scripting
Subject: Trouble setting server timeout via command line
I have a client with a slow FTP server, it takes 25 seconds or so to connect. Whenever I attempt to add the -timeout=xxx
switch to the end of my open
command, WinSCP just bails out. No session log file is even created. If I remove the -timeout
switch, it connects.
Here is the command line:
winscp.exe /console /script=test.txt /log=log.txt
Here is the script:
option batch on
option confirm off
open user:pass@site -timeout=60
option transfer binary
get *05152008*
close
exit
After running the script I get following in console:
batch on
confirm off
Too many parameters for command ‘open’.
Using WinSCP 4.0.7 on Windows 2000.