ftp fails

The files are in /export/home/username and I want to move them across the network to a new server -- soon to be an LDAP Directory server. I ftp'd from the new server, solaris 10, to the nis/dns/nfs/ftp server, solaris 9.

Would it be best to use ftp or nfs? I have tried both, but both have failed.

What are the possible causes of the ftp failure? Is more information needed? Any suggestions as to how to handle this? Maybe there's a how-to available?

ftp> passive

Passive mode on.

ftp> get printers

227 Entering Passive Mode (nn,nn,nn,nn,216,255)

150 Opening BINARY mode data connection for printers

(1252 bytes).

printers: Operation not applicable

226 Transfer complete.

225 ABOR command successful.

ftp> get solaris-nis-ldap.pdf

227 Entering Passive Mode (nn,nn,nn,nn,164,95)

150 Opening BINARY mode data connection for

solaris-nis-ldap.pdf (51126 bytes).

solaris-nis-ldap.pdf: Operation not applicable

226 Transfer complete.

225 ABOR command successful.

ftp> get openldap-2.3.21-sol10-sparc-local.gz

227 Entering Passive Mode (nn,nn,nn,nn,234,63)

150 Opening BINARY mode data connection for

openldap-2.3.21-sol10-sparc-local.gz (9613279 bytes).

openldap-2.3.21-sol10-sparc-local.gz: Operation not

applicable

426 Transfer aborted. Data connection closed.

226 Abort successful

ftp>

[1468 byte] By [standanton] at [2007-11-26 10:30:24]
# 1
What about "scp"? scp <file> <user>@<remote host>:<remote path>Maybe your ftp session fails because you don't have write access to the local directory on your local machine? .7/M.
mAbrante at 2007-7-7 2:36:59 > top of Java-index,Solaris Operating System,Solaris 10 Features...