1827810 Members
2578 Online
109969 Solutions
New Discussion

ftp problem

 
jto
New Member

ftp problem

when i am conected on my unix server through ftp connectivity is successful, but when i am trying to see the list of file in any directory on my unix folder - am getting following massage-
200 port command successful
150 opening ASCII mode data connection for file list
226 transfer complete

and i am not getting the list of file why?
but the same thing is successful in another win2000 pc.

and same massage i am getting at the time of file transfer also by 'PUT' or 'GET' command.
4 REPLIES 4
Steven Schweda
Honored Contributor

Re: ftp problem

> [...] trying to see the list of file [...]

Which FTP client command are you using to "see
the list"?

Which UNIX? Which FTP server?

Which PUT and GET commands?

Whose TCP/IP product? Which version?

Which VMS version?
Richard Whalen
Honored Contributor

Re: ftp problem

Have you tried passive mode?
Try
FTP> SET PASSIVE ON
before your commands.
Arch_Muthiah
Honored Contributor

Re: ftp problem

Ito,

make sure you have files in your unix home directory.
Also as Mr. Richard suggestion, set paasive mode on and then issue couple of commands.

FTP> PASV
FTP> ls
or
FTP> cd to some othe dire
FT> ls

Regards
Archie
Willem Grooters
Honored Contributor

Re: ftp problem

Is this quetsion related to VMS or some Unix? In the latter case, you may be better off in another forrum (hpux or Linux)

Willem
Willem Grooters
OpenVMS Developer & System Manager