Sponsored Content
Top Forums Shell Programming and Scripting automate sftp using unix script Post 302093122 by sbasetty on Tuesday 17th of October 2006 11:56:34 AM
Old 10-17-2006
Did you try changing the "hit-dw" with your local server name.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Automate SFTP is not working

Hi All:cool:, i tried to automate SFTP process after passwordless authendication. Stil i am getting error... Can anyone help.... ------------------- sample code below ------------------- sftp -v $mdskk@100.4.4.75 << EOF cd /data mget *.tar.gz bye EOF... (2 Replies)
Discussion started by: senthil_seera
2 Replies

2. AIX

Automate SFTP UNIX to Windows

Hi, Could you please help to solve the below issue... my requirement is automate the SFTP between UNIX and Windows server. I want to get and put some files to UNIX AIX machine(SFTP client) to Windows server(SFTP server). For that, i have generated key pair (private/public) in my AIX machine .... (6 Replies)
Discussion started by: mahiban
6 Replies

3. Shell Programming and Scripting

How to automate sftp in a script to 'get' files.

Hi, I read a couple of forum entries about scripting sftp using the '-b' option, but in my case it still prompts for the password. Does anyone have a sample script for an sftp block to 'get' files from the remote server without prompting for a password? Both the remote and the local servers... (1 Reply)
Discussion started by: ChicagoBlues
1 Replies

4. Shell Programming and Scripting

How to automate sftp without using expect script?

How to automate sftp with out using expect script? My batch file has the password but it is not taking. Please see below. I want to use this sftp connection in a loop for pushing new files in a directory one at a time. Hence I can not use an expect script. bash-2.05$... (5 Replies)
Discussion started by: Tuxidow
5 Replies

5. Shell Programming and Scripting

Unix Shell Script to automate email alert

Hi all, I have a task on my plate which is of high priority. I need an automated email alert that checks FTP notices subdirectory on a daily basis and forwards any word files to a group of people. This word files gets created whenever there is an issue with FTP connectivity. Please help...... (1 Reply)
Discussion started by: stunnerz_84
1 Replies

6. UNIX for Dummies Questions & Answers

automate sftp in sun solaris.

Hi, I'm using Sun Solaris OS. I have configured sftp and can exchange files in command prompt. Now when I try to automate it in ksh script, facing issue as I want to capture the status if the transfer was successful or not. So tried sftp -b and sftp -B option but its not working. The... (3 Replies)
Discussion started by: shinny
3 Replies

7. Shell Programming and Scripting

Using expect to automate sftp

I am trying to use a for loop in my expect cmdFile that I am calling. I want to be able to call either one file name or a series of file names in the working directory (that I won't know the names before hand) and then pass the names to the sftp program. Something like for i in (ls *txt) do (0 Replies)
Discussion started by: vedder191
0 Replies

8. Shell Programming and Scripting

SFTP script to automate login in to remote server

Greetings, guys. I'm not much of a programmer forgive me for being a noob, because of someone leaving, I was put in an IT spot where I have to figure out a few things. Being new to Linux and programming has been a challenge. My boss has asked me to create an automated script to connect to a 3rd... (7 Replies)
Discussion started by: giovannym
7 Replies

9. UNIX for Dummies Questions & Answers

Automate sftp process using script

Hi, guys, I am trying to automate a sftp process using "expect" method (since the key authentication method is disabled in my company network, there is no helping it). In order to try, I type in the command manually: sftp @ > << EOF >cd >ls -l >EOF >Connecting to @servername password: ... (3 Replies)
Discussion started by: warmboy610
3 Replies

10. Shell Programming and Scripting

Sftp automate

hi, I am trying to automate a file download process using sftp. There is some logic to download files. 1) I need to login to destination server and then go to folder. 2) find list of files and count 3) using list of files I need to eliminate three selective files and download remaining... (1 Reply)
Discussion started by: getmilo
1 Replies
XHPInputChinese_s(3X)													     XHPInputChinese_s(3X)

NAME
XHPInputChinese_s - map keysyms into Chinese_s characters. SYNOPSIS
int XHPInputChinese_s(display, keysym, modifiers, buffer_return, bytes_buffer, status_in_out) Display *display; KeySym *keysym; unsigned int modifiers; char *buffer_return; int bytes_buffer; XComposeStatus *status_in_out; DESCRIPTION
display Specifies the connection to the X server. keysym Specifies the keysym that is to be converted into a character. modifiers Specifies the modifiers to be applied to the keysym. buffer_return Returns the translated characters. bytes_buffer Specifies the length of the buffer. No more than bytes_buffer of translation are returned. status_in_out Specifies the XComposeStatus structure. XHPInputChinese_s will convert keysym into an ASCII character, if appropriate. It will also handle 16-bit input using NLIO. If the value pointed to by keysym is used by the NLIO server, that value will be changed to NoSymbol. It will use status_in_out to keep the state information necessary to control NLIO. This structure must contain null values before this routine is first invoked, and must remain unchanged between uses. This routine will also process the control modifier. XHPInputChinese_s will use /usr/lbin/X11/xc0input as the NLIO server. NLIO input will be invoked when the right extend char key is hit, and it will be terminated when the left extend char key is hit. If the appropriate server is not running it will be started when it is first invoked. Users of this routine may want to exec the NLIO server previous to it being started up when the invoke key is first struck. This can also be accomplished using XHPNlioctl. The keys used to invoke and terminate the NLIO server can also be changed using XHPNlioctl. This routine is intended to be used in conjunction with XHPConvertLookup XHPConvertLookup and XHPInputChinese_s are provided for backwards compatibility only; these routines will be discontinued in a future release of HP-UX. Users desiring the same capabilities as those provided by these routines should use XOpenIM, XCreateIC, and XmbLookupString. RETURN VALUE
The return value is the length of the string returned in buffer_return. ORIGIN
Hewlett-Packard Company SEE ALSO
XHPConvertLookup(3X), XHPNlioctl(3X) INTERNATIONAL SUPPORT
8-bit and 16-bit character data. X Version 11 Release 5 XHPInputChinese_s(3X)
All times are GMT -4. The time now is 07:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy