- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LFTP Binary files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2006 09:14 PM
тАО05-21-2006 09:14 PM
LFTP Binary files
The client is unwilling to allow any other transfer method ( SSH ).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2006 10:58 PM
тАО05-21-2006 10:58 PM
Re: LFTP Binary files
I don't know any lftp. The only ftp I know is the standard ftp deamon:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=WUFTPD26
PS: you can always automate a ftp job with cron. If you want to know, just tell me.
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2006 11:06 PM
тАО05-21-2006 11:06 PM
Re: LFTP Binary files
Its worth reading these threads
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=667043
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=616916
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-21-2006 11:27 PM
тАО05-21-2006 11:27 PM
Re: LFTP Binary files
Arunvijai - I saw those messages. WU-FTPd is a server - i need a client. It seems Bill McNamara got it working. I wonder if he has the binary available for download anywhere.
As far as compiling goes with CC - i know just enough to be very dangerous.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2006 08:23 PM
тАО05-22-2006 08:23 PM
Re: LFTP Binary files
First i installed GCC 4.1.0
then libiconv-1.10 and gettext-14.5
Then i downloaded lftp 3.4.7 untarred it
the configure runs error-free
./configure --disable-FEATURE --with-openssl=/opt/openssl
everything compiles, but the linker falls over with :
/bin/sh ../libtool --silent --tag=CXX --mode=link /usr/local/bin/gcc -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -s -o lftp lftp.o complete.o lftp_rl.o liblftp-jobs.la liblftp-tasks.la liblftp-pty.la liblftp-network.la proto-ftp.la proto-http.la proto-file.la proto-fish.la proto-sftp.la cmd-mirror.la cmd-sleep.la ../readline-4.3/libreadline.a ../lib/liblib.a -lcurses
/usr/ccs/bin/ld: Unsatisfied symbols:
operator delete[](void*)(first referenced in ./.libs/liblftp-tasks.a(SignalHook.o)) (code)
__cxa_pure_virtual (first referenced in lftp.o) (code)
operator new[](unsigned long)(first referenced in ./.libs/liblftp-tasks.a(SignalHook.o)) (code)
operator new(unsigned long)(first referenced in lftp.o) (code)
operator delete(void*)(first referenced in lftp.o) (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Stop.
*** Error exit code 1
Any clues? di i need to install another linker maybe ?