Sponsored Content
Special Forums Cybersecurity Secure File Transfer for Mainframe systems Post 302157717 by zaroundus on Friday 11th of January 2008 07:13:48 PM
Old 01-11-2008
Do they have scp? I've found this a simple alternative to sftp although they are usually both available.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

mainframe assembler file into Unix

Hi, I have received a mainframe file ( VSAM file ) . I would like to handle that file in Unix. i.e I would like to take the last record of the file. I have given wc -l <file_name> , it gives 0 lines. Even though It has some lines , it is not giving count exactly. When I gave file <file_name>... (1 Reply)
Discussion started by: thambi
1 Replies

2. AIX

How to use SSH Secure File Transfer tool from windows to AIX without password?

If I use SSh Secure File Transfer tool on Windows, I want to transfer file from windows to AIX without password, how to do it? (6 Replies)
Discussion started by: rainbow_bean
6 Replies

3. Shell Programming and Scripting

Question about secure file transfer

Hi all, I am running a large scale business and some time I have to transfer large and very important data files to my business partner. I fear about my data because there are many of my business competitors who will definitely try to steal my important data. So there is huge amount of risk... (0 Replies)
Discussion started by: camden
0 Replies

4. Shell Programming and Scripting

Secure File Transfer Protocol

Hi, Is there any protocol other than SFTP to transfer the file using secured connection SSH. ? Regards, Arthik (2 Replies)
Discussion started by: arthikbabu
2 Replies

5. UNIX for Advanced & Expert Users

secure file transfer with public key

Hi, I was provided with Server IP Username and Password (worked when tested basic FTP) Public key (GnuPG v1.0.6) They refuse when I send it using basic FTP and insists for encryption. I have Solaris 10 and Linux in my environment. How can I encrypt and send them securely?... (5 Replies)
Discussion started by: prvnrk
5 Replies

6. Shell Programming and Scripting

Use sftp in scripts to transfer data from mainframe to Solaris

Hi, I have a situation where in we have created shell scripts to transfer data from/to mainframe and Solaris. The scripts uses ftp commands line commands(get or put) to perform the task. Now due to security reasons, ftp will not be allowed and sftp will be used. Can anyone let me know what is... (1 Reply)
Discussion started by: bornon2303
1 Replies

7. UNIX and Linux Applications

Central Location for all ssh Keys and Settings Unattended Secure File Transfer

I am developing an application that submits command line file transfers using ssh (Sun to Sun) and Tectia ssh (Sun to Windows Server) embedded in the code. Potentially many different trusted people will start the programs. Is there a way to have all the settings and keys localized so that there is... (0 Replies)
Discussion started by: PowersThatB
0 Replies

8. Shell Programming and Scripting

Transfer files from linux server to windows using secure ftp (sftp)

HI, I have to transfer files from linux server to windows using secure ftp (sftp) .Kindly help me out. (3 Replies)
Discussion started by: manushi88
3 Replies

9. UNIX for Advanced & Expert Users

Secure Copy - File Transfer between 2 server

Using RCP command we can transfer file from one server to another server. While transferring we can rename the file also e.g. File name = FILE123.txt (lying on Source server = oldserver) Target Server Name = newyour Renamed File = FILE456.txt rcp FILE123.txt newyour:./FILE456.txt... (1 Reply)
Discussion started by: Pash
1 Replies

10. UNIX for Dummies Questions & Answers

Vb file from UNIX to mainframe

Hi Everyone, Do I need to provide record length as Record length + 4 when I'm transferring a variable block files from unix to mainframe through ftp? For example, I have a file in unix (ebcidic converted) with maximum record length of 100. This works correctly, quote... (1 Reply)
Discussion started by: poova
1 Replies
tftp(1c)																  tftp(1c)

Name
       tftp - trivial file transfer program

Syntax
       tftp [host] [port]

Description
       The  command  provides  the  user interface to the Internet standard Trivial File Transfer Protocol.  The program allows a user to transfer
       files to and from a remote network site.  The remote host can be specified on the command line.	If you specify the remote host on the com-
       mand line uses host as the default host for future transfers.

       If  a  port is specified, uses that port number instead of the standard service port.  When the user invokes the program enters its command
       interpreter and awaits instructions.  The prompt tftp> is displayed on the screen.

       The following commands are recognized by

       ?		   Displays a help message that gives a brief summary of the commands.

       ascii		   Specifies mode ascii.

       binary		   Specifies mode binary.

       connect host-name [ port ]
			   Sets the host and, optionally, sets port for transfers.  Note that the TFTP	protocol  does	not  maintain  connections
			   between transfers.  Because merely remembers what host should be used for transfers instead of actually creating a con-
			   nection, it is not necessary to use the command.  The remote host can be specified as part of the or commands.

       get remote-file... [ local-file ]
			   Gets a file or set of files from the specified sources.  If the host has already been specified, the source can  be	in
			   the	form of a filename on the remote host.	If the host has not been specified, the source can be a string of the form
			   host:file, specifying both a host and filename at the same time.  If the latter form is used, the last hostname entered
			   becomes the default for future transfers.

       mode		   Sets the file transfer type to network ASCII or binary.  The default type is network ASCII.

       put local-file... [ remote-file/directory ]
			   Puts  a file or set of files to the specified remote file or directory.  If the remote host has already been specified,
			   the destination can be a filename on it.  If the remote host has not been specified, the destination can be a string of
			   the	form  host:filename,  specifying  both a host and filename at the same time.  If the latter form is used, the last
			   hostname entered becomes the default for future transfers.  If the remote-directory form is used, the  remote  host	is
			   assumed to be a UNIX machine.

       quit		   Exits the program.

       rexmt		   Sets the retransmit timer.

       status		   Shows what believes to be the current connection status.

       timeout		   Set the transaction timeout.

       trace		   Sets the packet trace flag.

       verbose		   Sets the verbose mode flag.

Restrictions
       Since the TFTP protocol does not support any authentication, files must be world read (writable) on the remote system.

       Because	there  is  no user-login validation within the TFTP protocol, the remote site should have some sort of file access restrictions in
       place.  The exact methods are specific to each site.

																	  tftp(1c)
All times are GMT -4. The time now is 10:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy