bash authenticate on a server


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting bash authenticate on a server
# 1  
Old 10-07-2009
bash authenticate on a server

Hi

I'd like to use a script bash that every morning automatically get from a server the file i need.
The problem is that i should myself authenticate on a server, i mean i have to insert username and passwd.

Do you know any reference or guide where i can read about?

Thanks

D.
# 2  
Old 10-07-2009
How do you get that file? FTP, SCP, SFTP, CIFS, NFS, ...?
# 3  
Old 10-07-2009
Hi

I connect to the server (HTTP) via browser and after login i download the file.

Thanks for reply

D.
# 4  
Old 10-07-2009
Could you please provide some more information? Because it's unlikely that anyone here has exactly the same system as yours. So:
  • How do you authenticate? HTTP Authentication? Cookies? Something else?
  • How you you locate the file you want? Does it have a static or dynamic URL? Is the filename encoded somewhere in the URL?
  • Is the website pure HTML, or are there nasties like ActiveX, Flash, AJAX, ...
The more information you can provide, the more likely it is that someone here can help you.
# 5  
Old 10-07-2009
hi sorry, the web server is not mine, i just joined it. Everyday i take the newspaper of the day.
Quote:
  • How do you authenticate? HTTP Authentication? Cookies? Something else?
  • How you you locate the file you want? Does it have a static or dynamic URL? Is the filename encoded somewhere in the URL?
  • Is the website pure HTML, or are there nasties like ActiveX, Flash, AJAX, ...
what i can see is that the web site is not pure html but i can see aspx extension, i just go there via http then I login with username and passwd and when i'm inside i can see the newspaper and download it. There are no cookies.
The url seems like be always the same.

hope are the right info you mean

thanks for help

D.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Windows AD users authenticate to Linux

Hello folks, Please advise me what is the best way to authenticate Windows AD users against Linux machines. Currently I am going to take a look of Vintela Authentication Services and please let me know if you have experience with VIntela. Thanks in advance (1 Reply)
Discussion started by: Vit0_Corleone
1 Replies

2. UNIX and Linux Applications

Failed to Authenticate user in FreeRadius 2.2.0

Hi All, I've installed FreeRadius 2.2.0 in Oracle Solaris 10 1/13, and I'm getting Access-Reject when tried using 'radtest' tool. When debugging is enabled I'm getting the following message Debug: ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user I've... (0 Replies)
Discussion started by: Buddhike G
0 Replies

3. AIX

AIX LDAP client authenticate against Linux Openldap server over TLS/SSL

Hi folks, How can i configure an AIX LDAP client to authenticate against an Linux Openldap server over TLS/SSL? It works like a charm without TLS/SSL. i would like to have SSL encrypted communication for ldap (secldapclntd) and ldapsearch etc. while accepting every kind of certificate/CA.... (6 Replies)
Discussion started by: paco699
6 Replies

4. UNIX for Advanced & Expert Users

Unable to authenticate in LDAP RHEL 6.0

Hi there, I run a lab of around 20 systems. I have setup my LDAP server and LDAP clients. But when I try to log on to other cleint machines from a client machine, the error shows that "Permission Denied". On the other hand, if I login onto server from any client machine, the communication takes... (1 Reply)
Discussion started by: Ankur Goyal
1 Replies

5. IP Networking

Linux Client To Authenticate using TACACS

I have customer who controls access to the internet via TACACS server, basically a PIX firewall uses authentication from the TACACS to say if traffic is allowed to pass out of the gateway. I can't find anything on how to configure a linux client of TACACS authentication only how to set up a linux... (1 Reply)
Discussion started by: metallica1973
1 Replies

6. Red Hat

Unable to authenticate using NAGIOS on redhat

Hi, I have installed Nagios on Redhat 5 using rpms, it was successully installed and I have started the nagios and httpd service. While login on browser, using nagios userid and password, I am unable to login I have installed nagios and nagios-plugin rpms both. I have used the command... (0 Replies)
Discussion started by: manoj.solaris
0 Replies

7. BSD

Configuring Unix(FreeSBD) to authenticate to TACACS

Can someone please posts the steps needed to configure a UNIX server to authenticate with a TACACS+ server or point me in the right direction been googling for 2 days now. Thanks (0 Replies)
Discussion started by: supadee718
0 Replies

8. Shell Programming and Scripting

Authenticate Shell script

Hi I want to create a script that will authenticate user from a file and if both of them match then only the script is allowed to be executed... Suppose I have a script say test.sh and a file config.txt for users whose user ids exist in the text file should only be given permission to... (1 Reply)
Discussion started by: ultimatix
1 Replies

9. UNIX for Dummies Questions & Answers

How to authenticate sybase login thru shell script ?

Hi All, This is my first post. Need your favour guys. I need to authenticate syabse login/password thru shell script. I am getting the ID & Pwd form user and storing it in variable.. But how to authenticate and echo user back if the id/pwd doesnt work. isql -U$1 -P$2 -S$3 ?? thanks in... (3 Replies)
Discussion started by: libin4u2000
3 Replies

10. Shell Programming and Scripting

? Authenticate Sybase login thru script ?

Hi All, This is my first post. Need your favour guys. I need to authenticate syabse login/password thru shell script. I am getting the ID & Pwd form user and storing it in variable.. But how to authenticate and echo user back if the id/pwd doesnt work. isql -U$1 -P$2 -S$3 ?? ... (1 Reply)
Discussion started by: libin4u2000
1 Replies
Login or Register to Ask a Question