DA don't send the file across FTP. This is what I got when I try to do in shell...Any idea what I can do? (replaced real domain and user with AAA.net and BBB)
ftp> open AAA.net
Connected to AAA.net
220-CF ftp Sever
220 service ready
504 Command not implemented for that parameter.
504 Command not implemented for that parameter.
KERBEROS_V4 rejected as an authentication type
Name (AAA.net:root): BBB
331 User name okay, need password.
Password:
230 User logged in, proceed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (205,236,134,3,27,58)
150 File status okay; about to open data connection.
226-[Disk Quota] [Current=0 KB (100.00% Remaining)] [Maximum=40000000 KB]
226 Closing data connection. Transfer Complete (0 bytes)
ftp> open AAA.net
Connected to AAA.net
220-CF ftp Sever
220 service ready
504 Command not implemented for that parameter.
504 Command not implemented for that parameter.
KERBEROS_V4 rejected as an authentication type
Name (AAA.net:root): BBB
331 User name okay, need password.
Password:
230 User logged in, proceed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (205,236,134,3,27,58)
150 File status okay; about to open data connection.
226-[Disk Quota] [Current=0 KB (100.00% Remaining)] [Maximum=40000000 KB]
226 Closing data connection. Transfer Complete (0 bytes)