Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vsftp file check..can't see on ftp prompt.

Status
Not open for further replies.

cts123

Technical User
Feb 28, 2007
108
IN

Hello..I recently migrated our ftp server from Solaris to Linux and the service is running is "vsftpd".

The server is running fine and can do put - get file to / from the server.

Only problem is on ftp prompt, if user is doing "dir" or "ls -l" comand. it's not showing any file. Here is the output.

ftp>
ftp> dir
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp> ls -l
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.


How can we solve this issue. Due to this jobs are failing.

Regards,
Sam
 
One more thing ..is I am using RHEL 4

Thanks.
Sam
 
Do your files start with a period? If so you need to use something like ls -la
 
if you are loging on with a username & password you willbe taken to the useres home directory
are there any files in that location or are you expectig to be somwhere else?
 
Sorry ..the issue was at firewall side. The serve was in DMZ ip. It was not showing may be for that reason.

Thanks.
Sam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top