Create uploaddownload page website jobs
...again, setup proper permissions for 2 groups we have setup and setup approximately 30 users with proper permissions to access the ftp site. The 2 groups we had setup are 1) uploaddownload where users can upload and download video files when placed in the group 2) uploadonly where users can ONLY upload and may not download any files. Last, we have a bat file
...directory. Here is the current batch file code: @echo off set /p username=Please input the new user's username: set /p group=Which group should this user belong to? (uploaddownload or userdirectoryonly): set /p password=What should their password be? (this is case sensitive!): mkdir c:webserverftproot%username% net user %username% %password%