REN / SITE chmod commands possible? - WeOnlyDo Discussion board

REN / SITE chmod commands possible? (General questions)

by condev1972, Monday, May 15, 2006, 15:50 (6766 days ago)

Hello all,

with the FTP components I formerly used - which had no
SSL/SSH capability, I was as well able to use a command
similar to FtpDlx' command RawSend .

I was wondering if the following commands would work:

* Renaming remote file (Delphi-syntax):
RawSend ('ren + filefrom + ' ' + fileto + ' ' + CRLF);

* File permissions:
RawSend ('SITE chmod ' + NewPerm + ' ' + Filename + CRLF);

I would like to know if these are possible at all or
only within specific protocols?
If not, are there equivalent commands/workarounds in other
protocols otherwise?

Thanks a lot in advance,
Tobias


Complete thread:

 

  • REN / SITE chmod commands possible? - condev1972, 2006-05-15, 15:50 [*]
    • Re: - wodAlan, 2006-05-15, 16:11
      • Re: - condev1972, 2006-05-15, 16:30
        • Re: - wodSupport, 2006-05-16, 01:27