Search Results

Search: Posts Made By: ggowrish
2,392
Posted By ggowrish
ftp in shellscript
I did not want to use netrc.

I have found a solution as below:

ftp -n 12.34.56.78 << !
user username password
put a.c
bye
!

This works. Thanks anyways.
2,392
Posted By ggowrish
ftp in Shellscript
Can I do something like this from a shellscript ?:

ftp 12.34.56.78 <<!
username
password
put a.c
bye
!

It does not go through as the login fails.
Is there any alternative to do the above...
21,292
Posted By ggowrish
netrc file encrypted password
Hi,
I do not want the plaintext password to appear in the netrc file. So I want to encrypt the password. Is there a way to encrypt the password and still make ftp to use the netrc ?
Thanks in...
Showing results 1 to 3 of 3

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