/kb/174/Q174696/README.md

https://github.com/jeffpar/kbarchive · Markdown · 163 lines · 110 code · 53 blank · 0 comment · 0 complexity · 43ddf77b1d03dec982749a47529a0a0a MD5 · raw file

  1. ---
  2. layout: page
  3. title: "Q174696: XGEN: How to Send Files to Microsoft Product Support Services"
  4. permalink: /kb/174/Q174696/
  5. ---
  6. ## Q174696: XGEN: How to Send Files to Microsoft Product Support Services
  7. {% raw %}
  8. Article: Q174696
  9. Product(s): Microsoft Exchange
  10. Version(s): 4.0,5.0,5.5
  11. Operating System(s):
  12. Keyword(s): exc4 exc5 exc55
  13. Last Modified: 06-AUG-2002
  14. -------------------------------------------------------------------------------
  15. The information in this article applies to:
  16. - Microsoft Exchange Server, versions 4.0, 5.0, 5.5
  17. -------------------------------------------------------------------------------
  18. SUMMARY
  19. =======
  20. This article explains how to send files to Microsoft Product Support Services if
  21. a Microsoft Support Professional requests that you do so.
  22. MORE INFORMATION
  23. ================
  24. To send files to Microsoft Product Support Services::
  25. NOTE: This method of sending files to Product Support Services is standard across
  26. products. However, the directory location for files is different for each
  27. product.
  28. 1. At a command prompt, FTP to ftppss.microsoft.com.
  29. 2. Log on as ANONYMOUS, and use your e-mail address as the password. For
  30. example, if your e-mail address is JoeSmith@microsoft.com, use that as your
  31. password.
  32. 3. You are now logged on to the Microsoft FTP server.
  33. 4. To change the directory, type the following command:
  34. cd /incoming/mail
  35. NOTE: Depending on which group you are working with, the above "mail" directory
  36. can be replaced by any of the following:
  37. /com+
  38. /developer
  39. /gls
  40. /hiserver
  41. /iis
  42. /mail
  43. /misc
  44. /mom
  45. /msmq
  46. /premier
  47. /sms
  48. /sql
  49. /webresponse
  50. /windows
  51. /windowsce
  52. /xbox
  53. Also note that this list is subject to change.
  54. 5. You are now in the correct directory to upload the file.
  55. 6. The command to upload a file may vary based on the utility that you use.
  56. Typically the command is similar to the following:
  57. put <file name>
  58. Before you perform the command, make sure that you are in binary mode. For
  59. more information on how to set the FTP transfer mode to binary, see the
  60. following example of a customer FTP session:
  61. C:\>ftp ftppss.microsoft.com.
  62. Connected to ftppss.microsoft.com.
  63. 220 tkmsftftpf01 Microsoft FTP Service (Version 5.0).
  64. User (ftppss.microsoft.com:(none)): anonymous
  65. 331 Anonymous access allowed, send identity (e-mail name) as password.
  66. Password:
  67. 230-This is FTPPSS.MICROSOFT.COM.
  68. 230 Anonymous user logged in.
  69. ftp> cd /incoming/mail
  70. 250 CWD command successful.
  71. ftp> binary
  72. 200 Type set to I.
  73. ftp> put mailfile.zip
  74. 200 PORT command successful.
  75. 150 Opening ASCII mode data connection for mailfile.zip.
  76. 226 Transfer complete.
  77. 3800 bytes sent in 1.01 seconds (3.80 Kbytes/sec)
  78. ftp> bye
  79. 221 Thank-you for using Microsoft products!
  80. NOTE: Unless a Microsoft Support Professional advises you to follow a different
  81. procedure, place the files in a zipped format, and use the case number as the
  82. file name (for example, SRX970228699123.zip).
  83. The following are the various directories available under /incoming/:
  84. /com+
  85. /developer
  86. /gls
  87. /hiserver
  88. /iis
  89. /mail
  90. /misc
  91. /mom
  92. /msmq
  93. /premier
  94. /sms
  95. /sql
  96. /webresponse
  97. /windows
  98. /windowsce
  99. /xbox
  100. For example, if files need to be sent to support professionals on a Windows NT
  101. issue, the directory for Step 4 would be:
  102. /incoming/windows
  103. Additional query words: FTP File howto upload
  104. ======================================================================
  105. Keywords : exc4 exc5 exc55
  106. Technology : kbExchangeSearch kbExchange500 kbExchange550 kbExchange400 kbZNotKeyword2
  107. Version : :4.0,5.0,5.5
  108. Issue type : kbhowto
  109. =============================================================================
  110. {% endraw %}