Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Using FTP to Change File Permissions

Keywords:    FTP Chmod 

Question:

How do you change file permission with the Internet extender.

Answer:

The following command worked for me:
	; ftp is the handle defined by ftpOpen()
	perm=755    ; only numeric permissions work
	ftpQuote(ftp,"site chmod %perm% %filename%")

Article ID:   W12644
Filename:   FTP and Using Chmod to Change Permissions.txt