Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ecaccess-ectrans-list(1p) [debian man page]

ECACCESS-ECTRANS-LIST(1p)				User Contributed Perl Documentation				 ECACCESS-ECTRANS-LIST(1p)

NAME
ecaccess-ectrans-list - List all ECtrans transfers SYNOPSIS
ecaccess-ectrans-list -version|-help|-manual ecaccess-ectrans-list [-debug] [ectrans-id] DESCRIPTION
List all the ECtrans transfers in the ECtrans Spool. When an ectrans-id is specified then the details for this transfer are displayed. The Transfer statuses can have the following values: INIT Files are being transferred to the spool. COPY Files are being transferred to the remote site. WAIT Files are scheduled and waiting to be started. RETR File transfer will be retried. STOP Files have NOT been successfully transferred (error). DONE Files have been successfully transferred. ARGUMENTS
ectrans-id (optional) The name of the ECtrans transfer to retrieve the details. OPTIONS
-version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-ectrans-list 124356 Give the informations concerning the ECtrans transfer 124356. ecaccess-ectrans-list List all the ECtrans transfers in the Spool. SEE ALSO
ecaccess-ectrans-delete, ecaccess-ectrans-request, ecaccess-ectrans-restart and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-ECTRANS-LIST(1p)

Check Out this Related Man Page

ECACCESS-JOB-LIST(1p)					User Contributed Perl Documentation				     ECACCESS-JOB-LIST(1p)

NAME
ecaccess-job-list - List all ECaccess Jobs SYNOPSIS
ecaccess-job-list -version|-help|-manual ecaccess-job-list [-debug] [job-id] DESCRIPTION
List all your ECaccess Jobs. When a job-id is specified then the details for this job are displayed. The Job statuses can have the following values: INIT Jobs are being initialised STDBY Jobs are waiting for an event EXEC Jobs are running WAIT Jobs have been queued to the scheduler (e.g. LoadLeveler) RETR Jobs will be resubmitted STOP Jobs have NOT completed (error) DONE Jobs have successfully completed ARGUMENTS
job-id (optional) The identifier of the ECaccess Job to retrieve the details. OPTIONS
-version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-job-list 124356 Give the informations concerning the ECaccess Job with identifier 124356. ecaccess-job-list List all your ECaccess Jobs in the spool. SEE ALSO
ecaccess-queue-list, ecaccess-job-delete, ecaccess-job-get, ecaccess-job-restart, ecaccess-job-submit and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-JOB-LIST(1p)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

object files ?? Files within Files??

:D can you? and if you can... how do you create oject files.. Files within Files...!!? if this is not possible no answer required..! thanx moxxx68 ps.. excuse my logic if this is under the wrong topic.....:) (1 Reply)
Discussion started by: moxxx68
1 Replies

2. UNIX for Dummies Questions & Answers

Spool Issue

Hi: At every month end I would like to collect the information of a spool. Every Spool has more then one job, below is the individual job information, I really want to collect into a text file. Sp-id Proc User Printer Id Pty Form Copy Total SP7494 MONTHEND SYED R123 P2 1 WIDE ... (3 Replies)
Discussion started by: shah2
3 Replies

3. Shell Programming and Scripting

file transfer ends

how can I tell when a ftp/sftp file has completed - I'm having trouble by picking up a file that is still being transferred to - is there a better way to transfer files across systems??? (4 Replies)
Discussion started by: jph
4 Replies

4. UNIX for Dummies Questions & Answers

Not file transferred

Hi, I'm having problems when trying to transfer multiple files from remote Pc to AS/400, using command MGET. After successfully connected to remote location and typed MGET FILE1 FILE2 FILE3 (REPLACE; I receive this message: 125 Data connection already open; Transfer starting. 226 Transfer... (3 Replies)
Discussion started by: freddyp
3 Replies

5. UNIX for Dummies Questions & Answers

File Transfer that is not so trivial I guess

I have three computers A, B and C. To login to B and C I should use A because it has a SSH key. I don't have any other way of accessing these two computers. Now, if I need to transfer a file between B and C, I am unable to find a way that would work... because I don't know how to authenticate... (1 Reply)
Discussion started by: Legend986
1 Replies

6. Shell Programming and Scripting

Regarding migration (from Tru64 Unix to Linux 3.0) of Files :- oraboot and orabackup

Hi, I have 2 Files - oraboot and orabackup, which are correct Files in Tru64 Environment and I am trying to check whether the Files are running properly in my current Linux 3.0. (basically trying to migrate them from Tru64 to Linux 3.0). The files are neither Shell nor Perl, and just have the... (1 Reply)
Discussion started by: marconi
1 Replies

7. Programming

File Transfer over Sockets

Hello there !!!!!!!!! I got some problems trying to transfer a file through sockets. The Server must be in Java and the Client in C++ I came up with this code for the server : BufferedInputStream input; BufferedOutputStream output; public void send_data() throws IOException { ... (7 Replies)
Discussion started by: mcnikolas
7 Replies

8. Shell Programming and Scripting

Delete all Files except the Latest Files

Hi, In my scenario, i just want to delete all the files except the latest one. How can I do? Please reply me. (3 Replies)
Discussion started by: spkandy
3 Replies

9. UNIX for Dummies Questions & Answers

File transfer using SCP

I have a shell script which uses SCP command to transfer the files from one server to another server. The files are getting transferred successfully, but the problem is the files transferred to the destination server didnot have the permissions as that of the files on the source server. Command... (5 Replies)
Discussion started by: kumarm
5 Replies

10. Linux

Multiple site / multiple transfers

I need to revise a transfer process. I have 11 "remote" servers all transfering 1 transfer file nightly. Now, this need to be more "automatic" in that the transfers need to "catch" all missed transfers up to the current date. What can anyone suggest? (6 Replies)
Discussion started by: uxlunatick
6 Replies

11. UNIX for Dummies Questions & Answers

Batch Renaming of Files

Hello all, thanks for your time (and this forum, what an awesome resource for newbs like myself!) Anyways, I've been given the task of importing content from a directory of about...7000 HTML files. They are all named appropriately and broken down by name depending on what book they belong too.... (8 Replies)
Discussion started by: gratefulhokie
8 Replies

12. UNIX for Dummies Questions & Answers

Files unreadable in unix, help needed.

Hi, I developed a java application in Windows and transferred it to a HP-UX environment(using WinSCP) for deployment. I used "chmod 777 ..." for granting rights to the files. After I did this, whenever I go into that directory(or it's immediate parent directory) and hit "ls"......it... (4 Replies)
Discussion started by: agnivaccent
4 Replies

13. HP-UX

Transfer Files from Windows to HP-UX

I need to transfer files from Windows to Hp-UX box with out any software(Filezilla ...., Fsecure file transfer) Is it possible to transfer using command prompt ? (6 Replies)
Discussion started by: girija
6 Replies

14. Shell Programming and Scripting

Managed file transfer

Hello All, Firstly, the systems involved are Solaris 9/10 x86 and SPARC. At present, we have an internally written file transfer system that we use to manage incoming transfers and distribute the files to relevant processing systems. This is based on log watching. Over the years its become... (3 Replies)
Discussion started by: dcarrion87
3 Replies

15. UNIX for Dummies Questions & Answers

List of Files which are Greater then a specific date

A newbie question... I need to get a list of the Files and folders which are greater then a specific date. I want write the output to a Text file. What I know ls -lrt gives me list of all the files ordered by date. Also ls > fileName will write the results to a text file. Please help (6 Replies)
Discussion started by: rkaif
6 Replies