10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Hi All,
This is JCL that contain command script to copy file to destionation (UNIX)
I have 2 questions.
*********
//NATTOUT1 JOB ACCL,'XXXXYYYY',CLASS=A,MSGCLASS=X,
// NOTIFY=&SYSUID,REGION=0M,USER=SFTPXXX
// SET... (1 Reply)
Discussion started by: getandput
1 Replies
2. UNIX for Beginners Questions & Answers
hi guy
i'd like to konw a method where can i save the output of sftp transation
For Exampl
sftp myuser@myip << EOF
ls -l Path
EOF
I want to save an a file "ls"
Thanks for all
Regards
Code tags please (2 Replies)
Discussion started by: Francesco_IT
2 Replies
3. Shell Programming and Scripting
Hi,
I have situation where i need to automate transferring 10000+ files using sftp.
while read line
do
if ; then
echo "-mput /home/student/Desktop/folder/$line/* /cygdrive/e/folder/$line/">>sftpCommand.txt
fi
done< files.txt
sftp -b sftpCommand.txt stu@192.168.2.1
The above... (1 Reply)
Discussion started by: noobrobot
1 Replies
4. Shell Programming and Scripting
Hello,
I've read quite a few of the sftp questions and answers on the forum but I believe my situation is slightly different.
I need to automate an sftp transfer to a host that requires not only a ssh publickey, but also a password.
When I try using sftp in batch mode, supplying a "user... (4 Replies)
Discussion started by: n3llyb0y
4 Replies
5. UNIX and Linux Applications
Would any of you have any good experiences, recommendations here.
We are basically looking for a one stop solution for ftp/sftp including key and encryption management.
FTP/S and any HA functionality would be a great bonus.
Cheers! (1 Reply)
Discussion started by: Eronysis
1 Replies
6. Solaris
Dear all
I need a way of logging file transfers on SFTP Solaris 10. We currently use SUNSSH 1.1 (which is a modified version of OPENSSH ??), but it doesn't support logging, newer versions of OPENSSH do.
Where can I obtain the new OPENSSH (openssh.org only has source code, I'd prefere... (1 Reply)
Discussion started by: wjones
1 Replies
7. Solaris
Hi,
We here at State of Iowa are trying to SFTP an ascii text file off of an IBM server over to our DOL SUN Server using Solaris 5.8. After doing the secure handshake login all I am doing at present is "sftp> get testfile". Somehow in pulling the file in from the IBM server to the SUN server it... (2 Replies)
Discussion started by: wsiefkas
2 Replies
8. UNIX for Dummies Questions & Answers
I have to create an automated sftp job on an AIX box. The sftp command doesnt work. Do I need to install the openssh package in order to be able to invoke the sftp command? (2 Replies)
Discussion started by: NycUnxer
2 Replies
9. Shell Programming and Scripting
I am having trouble viewing a file in ASCII after doing a 'get' using SFTP. It appears to have come across as machine language. Does the file have to be in ASCII format prior to the 'get' or is there a way to convert it to ascii after I get it onto my server? I have read where the secure file... (0 Replies)
Discussion started by: wsiefkas
0 Replies
10. UNIX for Dummies Questions & Answers
Hi,
I am running this command to sftp a file:
sftp -o identityfile=/blah/blah/.ssh/key blah@mass019 > log.log
I want to write the output to a log file, but for some reason when the sftp errors out the log file is empty. It seems that it writes to the log only if the connection is... (2 Replies)
Discussion started by: queenie680
2 Replies