*Tags*: xftp
> What GUI based ftp client for xwin do you suggest? and where can I find > it? thanks!
The XDIR program uses the familiar folder-icon metaphor to simultaneously display windows representing several hosts, which can be any combination of local and remote machines. Users initiate FTP transfers simply by dragging files on the screen and dropping them onto the appropriate window. Each XDIR window has a complete set of controls for setting modes and invoking operations, such as viewing graphics or text files, or launching applications on local or remote hosts.
File size: 571941
LLNL XDIR's source code can be obtained via ftp://ftp.llnl.gov/pub/ia/llnlxdir/latest_xdir.tar.Z
$ xmkmf imake -DUseInstalled -I/opt/gnu/lib/X11/config
$ make gcc -fpcc-struct-return -O2 -I/opt/gnu/include -I/include -Dsun -DSVR4 -c -o account.o account.c ...
$ make install -n
$ make install -n > inst $ e !$ # changes: # /opt/gnu => /home/users/tongsun/local # /var/X11 => /home/users/tongsun/bin
$ chmod 711 inst $ inst ++ mkdirhier /home/users/tongsun/local/lib/X11/. ++ mkdirhier /var/X11/app-defaults mkdir: cannot make directory `/var/X11': Permission denied mkdir: cannot make directory `/var/X11/app-defaults': No such file or directory ++ mkdirhier /home/users/tongsun/local/lib/X11/app-defaults mkdir: cannot make directory `/home/users/tongsun/local/lib/X11/app-defaults': File exists install: XDir.ad: No such file or directory install in . done $ inst ++ mkdirhier /home/users/tongsun/bin/app-defaults install: XDir.ad: No such file or directory install in . done $ pwd /home/users/tongsun/try/llnlxdir2_1/sources