SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
FTP Append (APPE) Command

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
FTP Append (APPE) Command
Author Message
Matt R



Joined: 26 Sep 2002
Posts: 10

Post FTP Append (APPE) Command Reply with quote

Does 24x7 support the FTP APPEND command?

http://www.w3.org/Protocols/rfc959/4_FileTransfer.html

APPEND (with create) (APPE)

This command causes the server-DTP to accept the data

transferred via the data connection and to store the data in

a file at the server site. If the file specified in the

pathname exists at the server site, then the data shall be

appended to that file; otherwise the file specified in the

pathname shall be created at the server site.

I'd like to see an JAL Function called FTPAppendFile.

Tue Nov 05, 2002 3:31 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7963

Post Re: FTP Append (APPE) Command Reply with quote

No, sorry it does not.

As a workaround you can schedule a command line FTP script to run.
You can use "FTP -n -s:myscript.ftp ftp.mysite.com" command for this purpose

In the myscript.ftp put

USER myname
PWD mypassword
CD ...
APPEND ...
BUY

: Does 24x7 support the FTP APPEND command?

: http://www.w3.org/Protocols/rfc959/4_FileTransfer.html

: APPEND (with create) (APPE)

: This command causes the server-DTP to accept the data

: transferred via the data connection and to store the data in

: a file at the server site. If the file specified in the

: pathname exists at the server site, then the data shall be

: appended to that file; otherwise the file specified in the

: pathname shall be created at the server site.

: I'd like to see an JAL Function called FTPAppendFile.

Tue Nov 05, 2002 3:50 pm View user's profile Send private message
Matt R



Joined: 26 Sep 2002
Posts: 10

Post Re: FTP Append (APPE) Command Reply with quote

Can this be added to a future version?

: No, sorry it does not.

: As a workaround you can schedule a command line FTP script to run.
: You can use "FTP -n -s:myscript.ftp ftp.mysite.com" command for
: this purpose

: In the myscript.ftp put

: USER myname
: PWD mypassword
: CD ...
: APPEND ...
: BUY

Tue Nov 05, 2002 3:56 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7963

Post Re: FTP Append (APPE) Command Reply with quote

I meant of course BYE not BUY.

By the way, if you are appending to a local file (downloading) you can download to a new file then use

Run "cmd /b copy old_file + new_file", "", 0

script in 24x7 to append new file to the old one.

: No, sorry it does not.

: As a workaround you can schedule a command line FTP script to run.
: You can use "FTP -n -s:myscript.ftp ftp.mysite.com" command for
: this purpose

: In the myscript.ftp put

: USER myname
: PWD mypassword
: CD ...
: APPEND ...
: BUY

Tue Nov 05, 2002 3:58 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7963

Post Re: FTP Append (APPE) Command Reply with quote

Sure.

: Can this be added to a future version?

Tue Nov 05, 2002 3:58 pm 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.