WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

FTP Functions

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 1999:04:15:16:48:38
Last Updated: 1999:04:15:16:48:38