REN / SITE chmod commands possible? (General questions)

by condev1972, (6932 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

locked

Complete thread:

 

  • REN / SITE chmod commands possible?
    • Re:
      • Re:
        • Re: