Operating System - HP-UX
1823064 Members
3060 Online
109645 Solutions
New Discussion юеВ

enable ftp FXP on HP-UX ftpd ?

 
Sergej_5
Regular Advisor

enable ftp FXP on HP-UX ftpd ?

Hi guru's!
I am interesting if there is a way to enable FTP fxp feature on HP-UX 11.23 or maybe on HP-UX 11.11 ?
How can i do that? Or if u got any other solution to enable fxp just spit it out :)

Brgds,
Sergej
11 REPLIES 11
Arunvijai_4
Honored Contributor

Re: enable ftp FXP on HP-UX ftpd ?

Hi Sergej,

I am not sure wsftpd supports FXP feature yet.
I think it is a client side implementation.?? Not sure though..

FXP stands for File eXchange Protocol and it let's you copy files from one FTP-server to another using a FXP-client.

http://www.smartftp.com/support/kb/index.php/14

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: enable ftp FXP on HP-UX ftpd ?

yep. You can use gftp instead of standard ftp for fxp (fast file trasnfer).

http://hpux.connect.org.uk/hppd/hpux/Gtk/Misc/gftp-2.0.7pre3/

download and use it.

--
Muthu
Easy to suggest when don't know about the problem!
Sergej_5
Regular Advisor

Re: enable ftp FXP on HP-UX ftpd ?

Hi!
Thanks for info ... i know that :)
Muthukumar_5
Honored Contributor

Re: enable ftp FXP on HP-UX ftpd ?

I was meaning to say that use gftp client for normal ftp client. gftp is great. See this:

GFTP is a free multithreaded ftp client for *NIX based machines
running X11R6 or later. It does support the FTP, HTTP and SSH protocol, fxp
file transfers (transfering files between 2 remote servers via ftp), caching of
remote directory listings and lot of others.

Download HP-UX version and use it.

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: enable ftp FXP on HP-UX ftpd ?

Hello,

gftp is a client and it does support fxp file transfers. But the question is about enable FXP in HP-UX FTPD which is wsftpd.

(Revision 1.1 Version wuftpd-2.6.1 Fri Jul 16 19:08:11 GMT 2004)

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Sergej_5
Regular Advisor

Re: enable ftp FXP on HP-UX ftpd ?

Hi!
I will try it!
Thanks!

Brgds,
Sergej
Sergej_5
Regular Advisor

Re: enable ftp FXP on HP-UX ftpd ?

Hi Arunvij!
I agree with u!
I need ftp server which have ability for FXP

!

Any ideas?
Arunvijai_4
Honored Contributor

Re: enable ftp FXP on HP-UX ftpd ?

Hi Sergej,

http://www.cgi-fan.com/Tools___Utilities/FTP/index.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: enable ftp FXP on HP-UX ftpd ?

USe pure_ftpd ftp server for fxp protocol support.

http://hpux.cs.utah.edu/ftp/hpux/Networking/FTP/pure_ftpd-1.0.8/pure_ftpd-1.0.8.README

Download from,

http://hpux.cs.utah.edu/ftp/hpux/Networking/FTP/pure_ftpd-1.0.8/

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: enable ftp FXP on HP-UX ftpd ?

Hello,

PureFTPD is what you are looking for..

http://www.pureftpd.org/project/pure-ftpd

The FXP (server-to-server) protocol is implemented. It can be available for everyone, or only for authenticated users.

Download from,

http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/pure_ftpd-1.0.8/

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Dipu S
New Member

Re: enable ftp FXP on HP-UX ftpd ?

Hi,
If we are looking at how to transfer files across ftp servers, we have "proxy" command available in ftp (HP-UX) for this. For this, connect to the main server in the normal way and then do a "proxy open " to connect to the next server. From now onwards, whenever a command is given with "proxy" prefix data transfer will happen between the two servers. for eg: "proxy get main.c" will copy the file main.c from first server to the second.

Hope this is useful.

regs,
dipu.