ftp.config
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <?xml version="1.0"?>
  2. <ArrayOfFTPConfigInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <FTPConfigInfo>
  4.     <Name>ForumAttach</Name>
  5.     <Serveraddress>ftpserver</Serveraddress>
  6.     <Serverport>21</Serverport>
  7.     <Username>username</Username>
  8.     <Password>password</Password>
  9.     <Mode>1</Mode>
  10.     <Allowupload>0</Allowupload>
  11.     <Uploadpath>test</Uploadpath>
  12.     <Timeout>10</Timeout>
  13.     <Remoteurl>http://localhost/forumattach</Remoteurl>
  14.     <Reservelocalattach>0</Reservelocalattach>
  15.   </FTPConfigInfo>
  16.   <FTPConfigInfo>
  17.     <Name>SpaceAttach</Name>
  18.     <Serveraddress>ftpserver</Serveraddress>
  19.     <Serverport>21</Serverport>
  20.     <Username>username</Username>
  21.     <Password>password</Password>
  22.     <Mode>1</Mode>
  23.     <Allowupload>0</Allowupload>
  24.     <Uploadpath>test</Uploadpath>
  25.     <Timeout>10</Timeout>
  26.     <Remoteurl>http://localhost/spaceattach</Remoteurl>
  27.     <Reservelocalattach>0</Reservelocalattach>
  28.   </FTPConfigInfo>
  29.   <FTPConfigInfo>
  30.     <Name>AlbumAttach</Name>
  31.     <Serveraddress>ftpserver</Serveraddress>
  32.     <Serverport>21</Serverport>
  33.     <Username>username</Username>
  34.     <Password>password</Password>
  35.     <Mode>1</Mode>
  36.     <Allowupload>0</Allowupload>
  37.     <Uploadpath>test</Uploadpath>
  38.     <Timeout>10</Timeout>
  39.     <Remoteurl>http://localhost/albumattach</Remoteurl>
  40.     <Reservelocalattach>0</Reservelocalattach>
  41.   </FTPConfigInfo>
  42.   <FTPConfigInfo>
  43.     <Name>MallAttach</Name>
  44.     <Serveraddress>ftpserver</Serveraddress>
  45.     <Serverport>21</Serverport>
  46.     <Username>username</Username>
  47.     <Password>password</Password>
  48.     <Mode>1</Mode>
  49.     <Allowupload>0</Allowupload>
  50.     <Uploadpath>test</Uploadpath>
  51.     <Timeout>10</Timeout>
  52.     <Remoteurl>http://localhost/mallattach</Remoteurl>
  53.     <Reservelocalattach>0</Reservelocalattach>
  54.   </FTPConfigInfo>
  55. </ArrayOfFTPConfigInfo>