We have a customer who is using AIX to login to our FTP server when they attempt to use the ls command the receive a 550. Any suggestions would be appreciated.
cacheusr@(tentensmdl01) cacheusr $ ftp -s -M 192.168.1.17 989
Connected to 192.168.1.17.
220 Microsoft FTP Service
234 AUTH command ok. Expecting TLS Negotiation.
TLS Auth Entered.
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
e9:61:af:34:35:9a:d3:0d:8b:8d:62:44:99:e5:65:58
Issuer: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certifica te Authority
Validity
Not Before: Jul 19 00:00:00 2010 GMT
Not After : Jul 19 23:59:59 2014 GMT
Subject: C=US/postalCode=92705, ST=CA, L=Santa Ana/street=S/street=1920 E. 17th St. Suite 200, O=Prospect Medical Systems, OU=IT, OU=Secure Link SSL, CN =secureftp.prospectmedical.com
TLSv1/SSLv3 ( AES128-SHA ), 128 bits
Name (192.168.1.17:cacheusr): secureftp.prospectmedical.com|tenethie
331 Password required for secureftp.prospectmedical.com|tenethie.
Password:
230-SecureFTP.prospectmedical.com
Directory has 5,728,137,216 bytes of disk space available.
230 User logged in.
200 PBSZ command successful.
200 PROT command successful.
ftp> pwd
257 "/tenethie" is current directory.
ftp> bin
200 Type set to I.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection.
550
ftp> cd /tenethie
250 CWD command successful.
ftp> pwd
257 "/tenethie" is current directory.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection.
550
ftp>