how to delete a file through ftp or telnet
MorgoZ
Posts: 116
Hello,
i?m trying to delete a file saved into the master?s root directory.
I?ve tried to access it through ftp, but with some ftp Clients they give me an error when trying to list the directory, and others just show me an empty directory at "doc:user"
Is there a way to delete a file at the root?
Do you know the telnet command to do so?
Thanks!!
i?m trying to delete a file saved into the master?s root directory.
I?ve tried to access it through ftp, but with some ftp Clients they give me an error when trying to list the directory, and others just show me an empty directory at "doc:user"
Is there a way to delete a file at the root?
Do you know the telnet command to do so?
Thanks!!
0
Comments
The FireFox extension FireFTP is amazing. Give it a try. (psst... its alt shortcut is alt-T-F, same as transfer in NetLinx Studio... easy to remember for us!)
i?ve tried to open the directory with the FireFTP.... and the same, i post the response:
FireFTP 1.0.5 'Human Being' created by Mime Čuvalo
220 VxWorks (VxWorks 6.3) FTP server ready
USER anonymous
331 Password required
PASS (password not shown)
530 Login failed.
Unable to make a connection. Please try again.
220 VxWorks (VxWorks 6.3) FTP server ready
USER administrator
331 Password required
PASS (password not shown)
230 User logged in
FEAT
500 Command not recognized
PWD
257 Current directory is "doc:user"
TYPE A
200 Type set to A, ASCII mode
CWD /..
550 Access denied.
CWD /..
550 Access denied.
CWD /..
550 Access denied.
NOOP
200 NOOP -- did nothing as requested...hah!
And again it shows an empty directory.
The Internet Explorer once told me that maybe the configuration of the proxy were wrong... i?m not using any proxy, but maybe i should configure something in the master to make it work????
Thanks again!
FireFTP 1.0.4 'Human Being' created by Mime Čuvalo
220 VxWorks (VxWorks 6.3) FTP server ready
USER NetLinx
331 Password required
PASS (password not shown)
230 User logged in
FEAT
500 Command not recognized
PWD
257 Current directory is "doc:user"
TYPE A
200 Type set to A, ASCII mode
CWD /doc:user
250 Changed directory to "doc:user"
PASV
227 Entering Passive Mode (10,200,10,230,7,144)
LIST
150 Opening ASCII mode data connection
226 Transfer complete
NOOP
200 NOOP -- did nothing as requested...hah!
QUIT
This is what it looks like when I connect.
Looking at the difference between these logs... you should try logging in as NetLinx instead of anonymous, and use Passive Mode.
Correction: you need to set the server type to DOS in Vista. VMS gets you a directory listing, but you can't actually transfer files; DOS works correctly all around.