Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Consult the principle of remotely modifying the read and write attributes of files on the FTP serve

To change file permissions, WinSCP uses non-standard SITE CHMOD command, which is supported by some FTP servers. For example by ProFTPD:
http://www.proftpd.org/docs/howto/FTP.html#SITE_CHMOD
Warnerking

Consult the principle of remotely modifying the read and write attributes of files on the FTP serve

Hi,
I am a Chinese college student. I am learning the implementation principle of FTP recently, which may need to be used in my design. In the process of using WinSCP, I found that after logging into the FTP server, I can directly modify the read and write attributes of the server-side file function, I am very interested in this, can you guide me how this is achieved, I may use and develop the same function.
Thanks all!