|
| |||||||||
| Tags: command line management, ftp, iis, iis management, microsoft |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to use command line management of IIS FTP site
Hi all, In order to achieve in the Internet quickly share network resources, purpose,I use the built-in FTP components of IIS server set up FTP server. Because of its close integration, and Windows systems, and to operate in the IIS console, easy to fly, so get everyone of all ages. If i am using IIS 6.0, i can also use the script command management and maintenance FTP site, a simple command line, but i have no idea of this. Please suggest. |
|
#2
| ||||
| ||||
| Re: How to use command line management of IIS FTP site
IISftp.vbs command can be used to create, delete, query and control the FTP site, easy to use as the command is based on the command line, it is particularly loved by the network management users. IISftp command format: Code: IIsFtp [/ s [/ u [/ p]]] / [arguments] / s connection FTP server name / u to connect using the account name / p account password |
|
#3
| ||||
| ||||
| How to use command line management of IIS FTP site
If you want to create a FTP site. Here I called suning-3avmjsp1 on the local IIS server, create a file called cpcwftp the FTP site. In the Windows server 2003 system, run the command prompt program. Then at the prompt window, run the IIsFtp / s suning-3avmjsp1 / u administrator / p rrttjj / create d: cpcwroot cpcwftp / i 192.168.1.2 / b 21 order, to complete the cpcwftp site creation. Because it is created in the local FTP site, only need to run IIsFtp / create d: cpcwroot cpcwftp / i 192.168.1.2 / b 21 commands. Check and reply. |
|
#4
| |||
| |||
| How to use command line management of IIS FTP site
Completed cpcwftp site creation, network management is now available in the local inquiries about the site exists. At the command prompt, run IIsFtp / query cpcwftp command can be. Control of the state of cpcwftp site is simple, at the command prompt, run IIsFtp / start cpcwftp command, you can start the FTP service cpcwftp site. To stop the site's FTP service, run IIsFtp / stop cpcwftp command, to suspend FTP service only runs IIsFtp / pause cpcwftp command. If you want to remove the local server cpcwftp site, at the command prompt, run IIsFtp / delete cpcwftp command can be. The above operation is based on the local IIS server in the FTP site. All the best. |
|
#5
| ||||
| ||||
| How to use command line management of IIS FTP site
At the command prompt window, run the IIsFtpDr / create cpcwftp cpcwv d: cpcwvroot order to complete the virtual directory of local creation. Query virtual directory information. After the completion of creation, look at the virtual directory CPCWV exists at the command prompt, run IIsFtpDr / query cpcwftp command. Check and reply.
__________________ Ram requirement for various OS |
|
#6
| ||||
| ||||
| Re: How to use command line management of IIS FTP site
Delete the virtual directory is equally simple. Here I want to delete a file named cpcwftp's FTP site under the virtual directory CPCWV. At the command prompt, run IIsFtpDr / delete cpcwftp / cpcwv command can be. Although the use IISftp.vbs and IISftpdr.vbs commands can easily complete the FTP site management and maintenance work, but after all, providing these scripting commands IIS6 features not perfect, such as directory access permissions settings, user access controls, the time being can not use the script command. But for routine management and maintenance of FTP, use the script command to achieve is a good choice. All the best. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to use command line management of IIS FTP site" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| xcopy command line together with wmplayer command line | Aislinn | Operating Systems | 5 | 31-03-2010 01:13 PM |
| PROBLEM: COMMAND LINE OPTION SYNTAX ERROR. TYPE COMMAND /? FOR HEL | FORTHELOVEOFGODPLEASEHELPME | MediaCenter | 3 | 03-09-2009 06:41 PM |
| Command Line Ren (Rename) command broken? | SixSigmaGuy | Vista Help | 2 | 18-05-2008 04:30 PM |
| autorun.inf - shell\..\command with command line parameter doesn'twork | kakii | Windows XP Support | 1 | 18-05-2007 02:24 AM |