0

My application need to change remote file permission after upload (STOR). It is using ftps connection for this.
What is the correct command for this, similar to chmod command?
I searched FTP Commands and Extensions and I not found.

lsalamon
  • 7,998
  • 6
  • 50
  • 63

1 Answers1

0

Being ftps does not change the way to change the permissions. It was enough to use what already exists in a simple FTP connection:

site chmod file_name desired_permission
lsalamon
  • 7,998
  • 6
  • 50
  • 63