SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
Specify FTP block sizes, etc...

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
Specify FTP block sizes, etc...
Author Message
Jason



Joined: 29 May 2001
Posts: 27

Post Specify FTP block sizes, etc... Reply with quote

I need to specify the information below in my FTP process but it fails using the FTPCommand statement. This works fine using a bat file to execute the transfer.

quote site recfm=fb lrecl=500 blksize=27500 cy pri=25 sec=3

This is my bat file:
open FTPServer
USER
PWD

quote site recfm=fb lrecl=500 blksize=27500 cy pri=25 sec=3
ascii
PUT source.txt 'test.dest.dest'
quit

Wed Sep 08, 2004 9:02 am View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7849

Post Re: Specify FTP block sizes, etc... Reply with quote

Single FTPCommand cannot be used to execute multiple commands like in a batch file. Since every FTPCommand executes in it's own session you cannot use it to achieve the desired result for block sizes, etc...

Use command line FTP for this purpose. Here is an example JAL script

Dim PID, number
RunConfig "WINDOW", "HIDE"
RunAndWait "ftp -n -s:batch_file_name_here FTPServer", "", 0, PID

: I need to specify the information below in my FTP process but it fails using
: the FTPCommand statement. This works fine using a bat file to execute the
: transfer.

: quote site recfm=fb lrecl=500 blksize=27500 cy pri=25 sec=3

: This is my bat file: open FTPServer
: USER
: PWD

: quote site recfm=fb lrecl=500 blksize=27500 cy pri=25 sec=3
: ascii
: PUT source.txt 'test.dest.dest'
: quit

Wed Sep 08, 2004 9:20 am View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.