10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
I have this code snippet:
sftp $USERNAME@$REMOTE_SERVER -omode=ascii >> $LOG_FILEPATH/$LOG_FILENAME 2>&1
ls /+showall
ls /+... (11 Replies)
Discussion started by: Jesshelle David
11 Replies
2. Shell Programming and Scripting
Hello Guys,
i am trying to connect to one server using SFTP, but i am getting the below error message.
tcgetattr failed in ssh_rl_set_tty_modes_for_fd: fd 1: Not a typewriter
error: Connection lost
echo "Starting SFTP"
USERNAME=abc
PASSWORD=765a
echo "
ascii
put... (3 Replies)
Discussion started by: AraR87
3 Replies
3. Linux
aa=|
echo $aa
The above echo works but the below echo fails. Why please?
IFS=:
aa=|
echo $aa
echo $IFS
The later 'echo' command will work if variable is put in codes.
echo "$aa"
echo "$IFS"
I summarize that when IFS is set to ':' or '|', echo used with variable doesn't work unless... (22 Replies)
Discussion started by: ravisingh
22 Replies
4. Solaris
Hi,
In my Linux machine when am trying to do sftp to other server its not getting connected and its showing the below connection error. Even though I checked the daemon which is running fine. Any idea on this error will be helpful.
sftp sftpuser@112.80.93.94
Connecting to 112.80.93.94...... (1 Reply)
Discussion started by: rogerben
1 Replies
5. 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
6. UNIX for Dummies Questions & Answers
I am trying to SFTP a file using this script:
FTPCHECK=`sftp $FTPUSER”@”$FTPHOST
cd $FTPDESTDIR
lcd $FILEPATH
put $FILENAME
close
quit
!`
But when I run the Script I am facing the below error:... (3 Replies)
Discussion started by: krishna87
3 Replies
7. Shell Programming and Scripting
Hi all,
Could you please help me about a error in SFTP:
sftp> put <file name>
Uploading <file name> to <target>
Couldn't write to remote file <file name>: Failure
ID mismatch (272 != 5)
Availing the message, Are there some documentation about "ID mismatch" error messages?
Thanks... (2 Replies)
Discussion started by: speed_racer
2 Replies
8. AIX
Scenario:
Step 1. I'm logging into AIX server using user id called user1
Step 2. I'm traversing to home directory of user2
Note: This user2's home directory has the permissions drwxr-s---
Step 3. I'm issuing command pwd there. I'm getting the expected output.
Step 4. I'm issuing the... (3 Replies)
Discussion started by: krishmaths
3 Replies
9. UNIX for Advanced & Expert Users
Dear Gurus.
Please help me with respect to SFTP error I am facing.
We have setup private, public keys in source and target servers.
But when we attempt the sftp as below it gives the error :
sftp usnygidi@aaa1.bbb.deuba.co
ssh_exchange_identification: Connection closed by remote host
... (1 Reply)
Discussion started by: yoursdivu
1 Replies
10. Linux
I'm having some peculiar performance issues with my Gigabit Lan.
I have some 100Mb devices so I can't do the necessary "jumbo Frame" tweaks for absolute optimum performance as I'd prevent them access.
I'm getting appauling transfer rates sending files to the linux machine, around 10 Mbps 3%... (0 Replies)
Discussion started by: Mark Ward
0 Replies
sftp-server(1M) System Administration Commands sftp-server(1M)
NAME
sftp-server - SFTP server subsystem
SYNOPSIS
/usr/lib/ssh/sftp-server
DESCRIPTION
sftp-server implements the server side of the SSH File Transfer Protocol as defined in the IETF draft-ietf-secsh-filexfer.
sftp-server is a subsystem for sshd(1M) and must not be run directly. There are no options or config settings.
To enable the sftp-server subsystem for sshd add the following to /etc/ssh/sshd_config:
Subsystem sftp /usr/lib/ssh/sftp-server
See sshd_config(4) for a description of the format and contents of that file.
There is no relationship between the protocol used by sftp-server and the FTP protocol (RFC 959) provided by in.ftpd.
EXIT STATUS
The following exit values are returned:
0 Successful completion.
>0 An error occurred.
FILES
/usr/lib/sftp-server
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWsshdu |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO
sftp(1), ssh(1), ssh-add(1), ssh-keygen(1), sshd(1M), sshd_config(4), attributes(5)
To view license terms, attribution, and copyright for OpenSSH, the default path is /var/sadm/pkg/SUNWsshdr/install/copyright. If the
Solaris operating environment has been installed anywhere other than the default, modify the given path to access the file at the installed
location.
AUTHOR
Markus Friedl
SunOS 5.10 30 Jul 2003 sftp-server(1M)