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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't delete file on ftp with backspace-characters in filename

Status
Not open for further replies.

jvdboom

Programmer
Aug 18, 2002
93
BE
When I was testing ftp commands with a telnet client(to port 21)
I suddenly crated a file with 0 bytes and backspace charaters and-> :\ these two characters
now it is on the list but it can't be deleted I get a no such file or directory
How can I solve this?
 
What OS does that file reside on and do you have access other than FTP to that server?
 
The FTP server is on a: UNIX Type: L8

211-status of /:
-rw-r--r-- 1 153622 ftp 0 Apr 24 2frjuoidfjgiojersidat
drwxr-xr-x 6 153622 restrict 4096 Nov 7 00:26 .
drwxr-xr-x 6 153622 restrict 4096 Nov 7 00:26 ..

the name how it shows up in MSIE 6.0(ftp) is:
c:\autoexec.batfrjuoidfjgiojersid
 
I would use wildcard characters to delete the file. ( ? or *) eg rm *dat
 
No that doesn't work using the dele command of the ftp server. It's the FTP server of the ISP actually. and it also seems that it wiped out the hour of creation.
I once read that it maybe only erasable by formating the disk, but that wouldn't be a good solution for our ISP.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top