Search Results

Search: Posts Made By: Prakhar C
6,560
Posted By Prakhar C
Use this script & test: >cat ftp_main ...
Use this script & test:

>cat ftp_main
10.10.10.10|uname|passwd

>cat do_ftp.sh
HOST=`awk -F"|" 'printf{$3}' ftp_main`
USER=`awk -F"|" 'printf{$2}' ftp_main`
PWD=`awk -F"|" 'printf{$1}'...
6,560
Posted By Prakhar C
Dear Praka, FTP without user name /...
Dear Praka,

FTP without user name / password can be done by ssh configuration. First you need to make ssh connection between two servers, then you able to do SFTP without password.
Command :...
Showing results 1 to 2 of 2

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