quote site filetype=jes

Need help writing a script? Have any question about ScriptFTP?

quote site filetype=jes

Postby Tekistry » 19 Jan 2012, 10:57

I need to add this command when uploading to an IBM Mainframe, but it's not supported:

quote site filetype=jes

With Windows ftp I use this once connected:

quote site filetype=jes
put C:\ftp\ftptrans.dat

But I need passive mode so tried scriptftp - the problem is the 'quote site' command isn't recognised.
Any ideas anyone?
Thanks
Nick
Tekistry
 
Posts: 1
Joined: 19 Jan 2012, 10:53

Re: quote site filetype=jes

Postby Bucket » 20 Jan 2012, 05:40

Bucket
 
Posts: 27
Joined: 08 Feb 2011, 06:51

Re: quote site filetype=jes

Postby ScriptFTP support » 02 Feb 2012, 21:36

ftp script iconFTP Script: (upload_and_quote.ftp) [ Download ] [ Hide ]
RAWCOMMAND("site filetype=jes")
PUTFILE("C:\ftp\ftptrans.dat")
RENAMEFILE("ftptrans.dat","jar01.JES")


Or directly upload it with its definitive name:

ftp script iconFTP Script: (upload_and_quote.ftp) [ Download ] [ Hide ]
RAWCOMMAND("site filetype=jes")
PUTFILE2("C:\ftp\ftptrans.dat","jar01.JES")
ScriptFTP support
Site Admin
 
Posts: 624
Joined: 04 Aug 2008, 15:08
Location: Burgos, Spain, EU


Return to General



Who is online

Users browsing this forum: No registered users and 2 guests

cron