Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ftp from windows to vse

3 views
Skip to first unread message

Herb Hagell

unread,
Oct 22, 2004, 3:42:03 PM10/22/04
to
Hi,

I don't often have an opportunity to ftp from windows to the power lst
queue. And I'm taking full advantage or it. Actually I tire to ftp to
vm, but the new line is not recognized.
I have a couple of challenges...

I'm using PUT from windows. If I specify ASCII, the file does not
transfer. If I specify BINARY, the file transfers, but I cannot get it
to print.

Any assistance would be greatly appreciated.

Thank you,
Herb

Randy Dray

unread,
Oct 22, 2004, 5:42:09 PM10/22/04
to
Hello Herb,
 
I just ftped from a windows dos prompt into power.lst.a and it seem to print fine
 
hear is the commands i used
 
FTP XX.XX.XX.XX
USER XXX
PASSWORD XXX
LCD (MY PC FOLDER)
CD POWER
CD LST
CD A
PUT RDTESTPC RDLISTQUE
BYE
 
If you have any trouble let me know
 
I can also be reached at Randy...@mortonbuildings.com
 
Good luck
Randy Dray
Business Systems Programmer
Morton Buildings Inc.

Morton IL

(309) 263-6397

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

[Leo] CSI Int'l

unread,
Oct 23, 2004, 12:49:47 PM10/23/04
to
You may need to insert a site command or two. You can automate this by file
type from windows, but make sure you are not using a default lrecl of 80 and
so forth if that isn't what you want. First play with it in DOS PROMPT mode,
and when you got it the way you like it, add the appropriate commands.

Leo Langevin
Software Developer
CSI International
l...@e-vse.com
1-800-795-4914 (ext. 3020)

Lamar, Dave

unread,
Oct 24, 2004, 12:19:22 PM10/24/04
to
You do not state the client on VSE.
Using BSI's stack, here is an example from windows to the rdr, simply change to lst, or equivalent on your VSE IP product.

The following shows on the FTP Client PC (the one submitting the job).

ftp> open 172.XX.X.X
Connected to 172.XX.X.X.
220 TCP/IP-TOOLS for VSE FTP Server Ready.
ftp> user cpi checks
331 User name OK, need password.
230 User CPI logged in, proceed.
ftp> quote site output power rdr ncrpay 0 A
200 Command OK.
ftp> ascii

200 Command OK.
ftp> put ncrpay.jcl
200 Command OK.
150 File status OK, about to open data connection.
Connection closed by remote host.
ftp> quit

Regards,

D. La Mar
Gottschalks, Inc.

0 new messages