Guest_imported
New member
- Jan 1, 1970
- 0
Can anybody help me in deleting a file from a remote machine ??
I am using sun.net.*;
and sun.net.FtpClient.*;
for listing fc.list();
for transfering fc.get();
for loging fc.login();
but for deleting a file it should be fc.delete(filename); as per the documntation.
but it is giving compilation error
the docs are available here
??
asksesu
I am using sun.net.*;
and sun.net.FtpClient.*;
for listing fc.list();
for transfering fc.get();
for loging fc.login();
but for deleting a file it should be fc.delete(filename); as per the documntation.
but it is giving compilation error
the docs are available here
??
asksesu