Download patches using FTP client

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Download patches using FTP client
# 1  
Old 05-21-2009
Download patches using FTP client

Hi all,

I want to download patches using any FTP client by connecting to updates.oracle.com site on windows platform.Please advice me on this.



I am using windows xp operating system


Thanks in advance
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FTP File download

Hi, I have few files at FTP location and have written a script to download the same from ftp based on the sysdate - 1, however with the below code I am unable to download the files from FTP. x=`TZ=CST+24 date +%Y%m%d` mget Daily_BIH_$x_NEW.tar.gz can anyone please help me in... (10 Replies)
Discussion started by: rramkrishnas
10 Replies

2. AIX

List of Installed patches for AIX from given set of patches

I need to find out list of installed patches from given list of patches. I have tried using instfix -f <File containing list of patches> -i -c But I was not able to understand the output of this command. It was like below. bos.perf.tools: :0.0.0.0:?: bos.rte.libc: :0.0.0.0:?: ... (4 Replies)
Discussion started by: Saurabh Agrawal
4 Replies

3. HP-UX

Software assistant swa get does not download patches

Hi, I am having some issues setting up and using swa report and swa get. When I use "swa report -a SEC -a CRIT -x hp_id username -x hp_pw pword -x proxy=http://proxservername:8080" the report is generated, etc as expected. However when I execute "swa get -t /var/spool/sw/ -x... (1 Reply)
Discussion started by: seanm
1 Replies

4. Shell Programming and Scripting

Download data from ftp.

Dear all, I am beginner to shell scripting. I have to download more than 1k files from ftp site. link is below ftp://ftp.ncbi.nih.gov/genomes/Bacteria/ Earlier i was using wget url, for download but the problem is some times folder names get changed, i don't know how to move in directories... (4 Replies)
Discussion started by: admax
4 Replies

5. AIX

Where to download ldap.client lpp

Hello, I am trying to configure an AIX machina to authenticate against a Windows 2003 AD, and I am desesperately trying to find the ldap.client lpp in the internet. I am using AIX 5.3 and I don't have access to the DVD media, please help! Thankyou, Tiago (2 Replies)
Discussion started by: tiagoskid
2 Replies

6. UNIX for Dummies Questions & Answers

cURL Active FTP Download

Hello, I know this is probably a very silly question for most but how to do I force curl to do active FTP downloads? Thank you Dallas (2 Replies)
Discussion started by: Dallasbr
2 Replies

7. HP-UX

ftp download problem

from windows ftp tool even you are not root user you can delete root files (8 Replies)
Discussion started by: mkhsy
8 Replies

8. HP-UX

Ftp Download Problem

FROM WINDOWS , WHILE GETTING DATA FROM HP-UNIX SERVER USING FTP, I AM ABLE TO GET DATA ONLY LESS THAN 4GB FILE, PLZ HELP ME HOW TO GET MORE MORE THAN 4GB FILE. (4 Replies)
Discussion started by: niranjan
4 Replies

9. SuSE

When a FTP download is completed

I receive files by FTP in an input directory. Every 10 seconds a process checks if some new file has arrived to the input directory and then the process moves them to another directory to be read by a second process. The problem is that there is no way to know if the download has finished... (11 Replies)
Discussion started by: Javi
11 Replies
Login or Register to Ask a Question
bptojdb(8)						      System Manager's Manual							bptojdb(8)

NAME
bptojdb - Converts bootptab entries into permanent, static IP entries for JOIN databases. SYNOPSIS
/usr/sbin/bptojdb [-m | -f] filename OPTIONS
Create client IDs for Microsoft DHCP clients. Microsoft does not use the client's MAC address by itself as the client identifier. Instead, it prepends a 01 (Ethernet) to the MAC address and changes the hardware type to 0 (generic). If the clients in your bootptab file are Microsoft clients, you will need to use the -m option. Create client IDs for FTP Software's DHCP clients. FTP Software does not use the client's MAC address by itself as the client identifier. Instead, it creates a 16-byte client identifier with the prefix "cid-". If the clients in your bootptab file are FTP Software DHCP clients, you will need to use the -f option. DESCRIPTION
The bptojdb program reads entries in a standard bootptab file and creates permanent, static IP entries for the JOIN databases. After read- ing the bootptab file, bptojdb displays to the standard output entries in a format suitable for the jdbmod utility. Each MAC address in the bootptab file is given a static IP address with a permanent lease. To store the information in the JOIN databases, run jdbmod with the converted data. For example: bptojdb bootptab | jdbmod FILES
SEE ALSO
Commands: jdbdump(8), jdbmod(8) bptojdb(8)