Search Results

Search: Posts Made By: rahulsxn660
1,379
Posted By rahulsxn660
Hi, so the main script file would include...
Hi,

so the main script file would include the properties file lyk this way...shown below..

#!/bin/ksh
. /path/to/archieve1.config
sftp $userid@$Remoteurl <<EOF
lcd /home/dirA cd /home/dirB...
1,379
Posted By rahulsxn660
main file configuration
I was writing a script that will FTP files to destination folder. All configuration should be done through a properties files and the main script will read the values from the properties file.

the...
6,742
Posted By rahulsxn660
sftp -b option
Hi,
what does -b option do in sftp batch mode..?:confused:
2,006
Posted By rahulsxn660
Hi, I want that main file would read the the...
Hi,
I want that main file would read the the configuration file for all the details like user-id and server name and the folders location...

the structure of the main file that i was assuming...
2,006
Posted By rahulsxn660
sftp within a server
Hi,
I have configured keygen-ssh settings on my remote server and from putty also now I log on from my machine through putty to remote server and it is pass wordless authentication , Now I have a...
3,625
Posted By rahulsxn660
sftp ssh-keygen
sftp username@host <<EOF
lcd /home/dirA
cd /home/dirB
mput *.txt
exit
EOF

Hi,

i have done the keygen-ssh settings but rite now I log through putty I enter my credentials and then when i...
1,563
Posted By rahulsxn660
Hi, I have configured ssh-keygen for...
Hi,
I have configured ssh-keygen for passwordless authenciation can you please guide me how to change the script shown by you...
ftp hostname <<EOF
username
password
put filename
exit
EOF
...
4,257
Posted By rahulsxn660
sftp script
Hi ,

I am new to unix, I was planning to write a simple sftp test that will transfer file from one folder to another folder, letassume it will pick all the .txt files from one folder location...
1,563
Posted By rahulsxn660
ftp command
Hi,

I am new to shell scripting, I just wan to know that if i want to do ftp that is I have the url of the remote server that is pngpcdb1.walmat.com , Now i want to do ftp and want to transfer...
1,101
Posted By rahulsxn660
ftp command in unix
Hi,

I am new to shell scripting, I just wan to know that if i want to do ftp that is I have the url of the remote server that is pngpcdb1.walmat.com , Now i want to do ftp and want to transfer...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 07:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy