SIM800 Series_IP_Application Note_V1.02

Size: px
Start display at page:

Download "SIM800 Series_IP_Application Note_V1.02"

Transcription

1 SIM800 Series_IP_Application Note_V1.02

2 Document Title SIM800 Series_IP_Application Note Version 1.02 Date Status Document Control ID Release SIM800 Series_IP_ Application Note_V1.02 General Notes SIMCom offers this information as a service to its customers, to support application and engineering efforts that use the products designed by SIMCom. The information provided is based upon requirements specifically provided to SIMCom by the customers. SIMCom has not undertaken any independent search for additional relevant information, including any information that may be in the customer s possession. Furthermore, system validation of this product designed by SIMCom within a larger electronic system remains the responsibility of the customer or the customer s system integrator. All specifications supplied herein are subject to change. Copyright This document contains proprietary technical information which is the property of Shanghai SIMCom Wireless Solutions Ltd, copying of this document and giving it to others and the using or communication of the contents thereof, are forbidden without express authority. Offenders are liable to the payment of damages. All rights reserved in the event of grant of a patent or the registration of a utility model or design. All specification supplied herein are subject to change without notice at any time. Copyright Shanghai SIMCom Wireless Solutions Ltd SIM800 Series_IP_Application Note_V1.02 3

3 Contents Features AT commands Examples Bearer Configure HTTP GET Method HTTP POST Method HTTP HEAD Method Set Proxy HTTP Server Set HTTP Redirection Parameter Set HTTP Download Break Point Parameter Get HTTP Current Status FTP GET Method FTP PUT Method FTP Time out FTP Error FTP Operation Error FTP READ and WRITE Error Set FTP Download Break Point Parameter FTP DELE Method FTP SIZE Method FTP MKD and RMD Method FTP LIST Session FTP Extend PUT Method FTPGETTOFS Method FTPPUTFRMFS Method FTPEXTGET Method FTPFILEPUT Method FTPQUIT Method...23 Appendix...25 A. Related Documents...25 B. Terms and Abbreviations...25 SIM800 Series_IP_Application Note_V1.02 4

4 Version History Date Version What is new Author New version Hanjun.liu Chapter 3.15, change "AT+FTPRESET=20" to "AT+FTPREST=20" 1.02 Chapter Scope, Add projects Chapter 3.14,Change 1280 to 1360 Chapter 3.21,Add example of "AT+FTPGETTOFS" Chapter 3.22,Add example of "AT+FTPPUTFRMFS" Chapter 3.23,Add example of "AT+FTPEXTGET" Chapter 3.24,Add example of "AT+FTPFILEPUT" Chapter 3.25,Add example of "AT+FTPQUIT" Hanjun.liu Hanjun.liu Hanjun.liu Hanjun.liu Hanjun.liu Hanjun.liu Hanjun.liu Hanjun.liu Scope This document presents the AT command of HTTP&FTP operation and application examples. This document can apply to SIM800 series modules, including SIM800V, SIM840V, SIM800W, SIM840W, SIM800L, SIM800H, SIM800, SIM800-WB64, SIM800G and SIM808. SIM800 Series_IP_Application Note_V1.02 5

5 1 This chapter introduces the IP application features of SIM800 series modules 1.1 Features 1) SIM800 series modules support Hyper Text Transfer Protocol application. Which provides a mode to alternate of HTTP server. The basic application contains GET, POST, HEAD methods; it also supports proxy server, redirection, broken transfer resuming functions. 2) SIM800 series modules support File Transfer Protocol application. Which provides a mode to interact with FTP server. The basic application contains GET, PUT methods, it also supports broken transfer resuming function. PUT method supports APPE, STOR and other modes. SIM800 Series_IP_Application Note_V1.02 6

6 2 AT commands Command AT+HTTPINIT AT+HTTPTERM AT+HTTPPARA AT+HTTPDATA AT+HTTPACTION AT+HTTPREAD AT+HTTPSCONT AT+HTTPSTATUS AT+FTPPORT AT+FTPMODE AT+FTPTYPE AT+FTPPUTOPT AT+FTPCID AT+FTPREST AT+FTPSERV AT+FTPUN AT+FTPPW AT+FTPGETNAME AT+FTPGETPATH AT+FTPPUTNAME AT+FTPPUTPATH AT+FTPGET AT+FTPPUT AT+FTPSCONT AT+FTPDELE AT+FTPSIZE AT+FTPSTATE AT+FTPEXTPUT AT+FTPMKD AT+FTPRMD AT+FTPLIST AT+FTPGETTOFS AT+FTPPUTFRMFS AT+FTPEXTGET Initialize HTTP service Terminate HTTP service Set HTTP parameters value Input HTTP data Http method action Read the HTTP server response Save HTTP application context Read HTTP status Set FTP control port Set active or passive FTP mode Set the type of data to be transferred Set FTP put type Set FTP bearer profile identifier Set resume broken download Set FTP server address Set FTP user name Set FTP password Set download file name Set download file path Set upload file name Set upload file path Download file Set upload file Save FTP application context Delete specified file in FTP server Get the size of specified file in FTP server Get the FTP state Extend upload file Make directory on the remote machine Remove directory on the remote machine List contents of directory on the remote machine Download file and save in file system Upload file from file system Extend download file SIM800 Series_IP_Application Note_V1.02 7

7 AT+FTPFILEPUT AT+FTPQUIT Load file in RAM from file system then upload with FTPPUT Quit current FTP session SIM800 Series_IP_Application Note_V1.02 8

8 3 Examples In the columns of following tables, input of AT commands are in black, module return values are in blue Bearer Configure AT+SAPBR=3,1,"Contype", "GPRS" AT+SAPBR=3,1,"APN","CMNET" AT+SAPBR=1,1 AT+SAPBR=2,1 +SAPBR:1,1, Configure bearer profile 1 To open a GPRS context. To query the GPRS context. AT+SAPBR=0,1 To close a GPRS context HTTP GET Method Download data from HTTP server. AT+HTTPINIT AT+HTTPPARA="CID",1 AT+HTTPPARA="URL"," AT+HTTPACTION=0 +HTTPACTION: 0,200,1000 AT+HTTPREAD +HTTPREAD: AT+HTTPTERM Init HTTP service Set parameters for HTTP session GET session start GET successfully Read the data of HTTP server Terminate HTTP service SIM800 Series_IP_Application Note_V1.02 9

9 3.3. HTTP POST Method Upload data to HTTP server. AT+HTTPINIT AT+HTTPPARA="CID",1 AT+HTTPPARA="URL"," AT+HTTPDATA=100,10000 DOWNLOAD AT+HTTPACTION=1 +HTTPACTION: 1,200,0 AT+HTTPTERM Init HTTP service Set parameters for HTTP session POST the data whose size is 100 Bytes and the maximum latency time for inputting is ms. It is recommended to set the latency time long enough to allow downloading all the data. It is ready to receive data from UART, and DCD has been set to low. All data has been received over, and DCD is set to high. POST session start POST successfully Terminate HTTP service 3.4. HTTP HEAD Method Get HTTP head information from HTTP server. AT+HTTPINIT AT+HTTPPARA="CID",1 AT+HTTPPARA="URL"," AT+HTTPACTION=2 +HTTPACTION: 2,200,0 Init HTTP service Set parameters for HTTP session HEAD session start HEAD successfully AT+HTTPTERM Terminate HTTP service SIM800 Series_IP_Application Note_V

10 3.5. Set Proxy HTTP Server It provides the method to use proxy HTTP server. AT+HTTPINIT AT+HTTPPARA="CID",1 AT+HTTPPARA="URL"," AT+HTTPPARA="PROIP"," " AT+HTTPPARA="PROPORT",80 AT+HTTPACTION=0 +HTTPACTION: 0,200,1000 AT+HTTPREAD +HTTPREAD: AT+HTTPTERM Init HTTP service Set parameters for HTTP session Set proxy server IP address Set proxy server port GET session start GET successfully Read the data of HTTP server. Output the data to UART Terminate HTTP service 3.6. Set HTTP Redirection Parameter It provides the method to use HTTP redirection function. AT+HTTPINIT AT+HTTPPARA="CID",1 AT+HTTPPARA="REDIR",1 AT+HTTPPARA="URL"," bcde" AT+HTTPACTION=0 +HTTPACTION: 0,200,1000 Init HTTP service Set parameters for HTTP session Set the redirection parameter Set the URL GET session start GET successfully SIM800 Series_IP_Application Note_V

11 AT+HTTPREAD +HTTPREAD: AT+HTTPTERM Read the response of HTTP server Output the data to UART Terminate HTTP service 3.7. Set HTTP Download Break Point Parameter It provides the method to use HTTP broken download resuming function. AT+HTTPINIT AT+HTTPPARA="CID",1 AT+HTTPPARA="URL"," m.com/img/sim_logo_jr_1003_38.gif" AT+HTTPPARA="BREAK",2000 AT+HTTPACTION=0 +HTTPACTION: 0, 200,14384 AT+HTTPREAD +HTTPREAD: AT+HTTPTERM Init HTTP service Set parameters for HTTP session Set the URL, the size of gif is bytes Set the break point GET session start, get data from 2000 to GET successfully Read the data of HTTP server Output the data to UART Terminate HTTP service 3.8. Get HTTP Current Status AT+HTTPINIT AT+HTTPPARA="CID",1 AT+HTTPPARA="URL"," " Init HTTP service Set parameters for HTTP session Set the URL SIM800 Series_IP_Application Note_V

12 AT+HTTPACTION=0 AT+HTTPSTATUS? +HTTPSTATUS: GET,1,1440,7915 Get session start The status of getting session is in progress +HTTPACTION: 0, 200,9335 AT+HTTPSTATUS? +HTTPSTATUS: GET,0,0,0 GET successfully The status of getting session is over AT+HTTPACTION=1 AT+HTTPSTATUS? +HTTPSTATUS: POST,2,1440,608 POST session start The status of posting session is in progress +HTTPACTION: 1,200,0 AT+HTTPSTATUS? +HTTPSTATUS: POST,0,0,0 POST successfully The status of posting session is over AT+HTTPTERM Terminate HTTP service 3.9. FTP GET Method Download data from FTP server AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPGETNAME="1K.txt" AT+FTPGETPATH="/" AT+FTPGET=1 Set parameters for FTP session. Open the FTP get session. SIM800 Series_IP_Application Note_V

13 +FTPGET: 1,1 AT+FTPGET=2,1024 +FTPGET: 2, AT+FTPGET=2,1024 +FTPGET: 2,0 +FTPGET: 1,1 AT+FTPGET=2,1024 +FTPGET: 2, FTPGET:1,0 Data are available. Request to read 1024 bytes, but Only 50 bytes are now available. Request to read 1024 bytes again. No byte is now available, but it is not the end of session. If the module receives data but user do not input "AT+FTPGET:2, <reqlength>" to read data, "+FTPGE T:1,1" will be shown again in a certain time. Request to read 1024 bytes bytes are now available. Data transfer finished. The connection to the FTP server is closed FTP PUT Method Upload data to FTP server. AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPPUTNAME="1K.txt" AT+FTPPUTPATH="/" AT+FTPPUT=1 +FTPPUT: 1,1,1360 Set parameters for FTP session. Open the FTP put session. FTP session is ready for uploading is the max length of data which can be sent at a time. It depends on the network status. SIM800 Series_IP_Application Note_V

14 AT+FTPPUT=2,100 +FTPPUT: 2,100 +FTPPUT: 1,1,1360 AT+FTPPUT=2,0 +FTPPUT: 1,0 Client requests to send 100 bytes. Response indicates that user must input 100 bytes for transferring now. It is ready to receive data from UART, and DCD has been set to low. All data has been received over, and DCD is set to high. URC indicates that the FTP session is ready to transfer more data. No more data will be uploaded, the FTP session will be closed. Data transfer is finished. The connection to the FTP server is closed. During FTP session, different failure may occur because of bad network environment or other reasons. Some common failure includes timeout failure and wrong password failure FTP Time out Time out occurs during FTP session because of different reasons. AT+FTPGET=1 +FTPGET: 1,64 Open the FTP Get session. If the status of the network is poor, it may be time out. The connection to the FTP server is closed. AT+FTPGET=1 +FTPGET: 1,1 +FTPGET: 1,1.. +FTPGET: 1,1 +FTPGET: 1,64 Open the FTP Get session. Data are available. If customer does not use "AT+FTPGET:2, <reqlength>" to read data, "+FTPGE T:1,1" will be shown again in a certain time. If the user does not read data for a long time, the session will time out. The connection to the FTP server is closed FTP Error Error occurs during FTP applications because of wrong parameter setting. SIM800 Series_IP_Application Note_V

15 AT+FTPPW=" " Set wrong password AT+FTPGET=1 Open the FTP Get session +FTPGET: 1,72 FTP session password error. The connection to the FTP server is closed. Note: Other errors, you can refer to AT+FTPGET command in SIM800 Series AT Command Manual FTP Operation Error Error occurs during FTP applications because of wrong operating. AT+FTPGET=1 +FTPGET: 1,64 AT+FTPPUT=1 AT+FTPPUT=1 Open the FTP Get session. The parameter of "get file name" is empty. It shows ftp operation error. Open the FTP PUT session. Open the FTP PUT session again. Show ftp operation error. +FTPPUT: 1, FTP READ and WRITE Error Error occurs before FTP applications because of operating in wrong state. AT+FTPGET=1 AT+FTPGET=2,1000 ERROR +FTPGET: 1,1 AT+FTPGET=2,1000 +FTPGET: 2, FTPGET: 1,0 AT+FTPGET=2,1000 ERROR Open the FTP Get session. Read data before "+FTPGET:1,1" is shown. Data are available Read data after "+FTPGET: 1,1" is shown. Data transfer finished. The connection to the FTP server is closed. Read data after FTP session is stopped. SIM800 Series_IP_Application Note_V

16 AT+FTPPUT=1 AT+FTPPUT=2,1000 ERROR +FTPPUT: 1,1,1360 AT+FTPPUT=2,100 +FTPPUT: 2,100 AT+FTPPUT=2,0 AT+FTPPUT=2,100 ERROR Open the FTP PUT session. Write data before "+FTPPUT: 1,1,1360" is shown. FTP session is ready for uploading. Write data after "+FTPPUT: 1,1,1360" is shown. No more data will be uploaded, the FTP session will be closed. Write data after FTP session is stopped Set FTP Download Break Point Parameter It provides the method to use FTP broken download resuming function. AT+FTPGET=1 +FTPGET: 1,1 AT+FTPGET=2,1024 +FTPGET: 2,29 wodeceshijieguo,zhgeshigeshia +FTPGET: 1,0 AT+FTPREST=20 AT+FTPGET=1 +FTPGET: 1,1 AT+FTPGET=2,1024 +FTPGET: 2,9 shigeshia +FTPGET: 1,0 Open the FTP Get session. Data are available. Get data of FTP server. Data transfer finished. The connection to the FTP server is closed. Set the broken point. Open the FTP Get session. Data are available. Get the data begin from the broken point. Data transfer is finished. The connection to the FTP server is closed FTP DELE Method Delete the specified file in FTP server. SIM800 Series_IP_Application Note_V

17 AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPGETNAME="1K.txt" AT+FTPGETPATH="/" AT+FTPDELE +FTPDELE: 1,0 Set parameters for FTP session. Open the FTP DELE session. Delete file finished. The connection to the FTP server is closed FTP SIZE Method Get the size of specified file in FTP server. AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPGETNAME="1K.txt" AT+FTPGETPATH="/" AT+FTPSIZE +FTPSIZE: 1,0,1024 Set parameters for FTP session. Open the FTP SIZE session. Get the size of file finished. The connection to the FTP server is closed FTP MKD and RMD Method Make and remove directory on the remote machine. SIM800 Series_IP_Application Note_V

18 AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPGETPATH="/test" AT+FTPMKD +FTPMKD: 1,0 AT+FTPRMD +FTPRMD: 1,0 Set parameters for FTP session. Open the FTP session. The directory "test" is made on the remote machine Open the FTP session The directory "test" is removed from the remote machine FTP LIST Session List contents of remote directory. AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPGETNAME="1K.txt" AT+FTPGETPATH="/" AT+FTPLIST=1 +FTPLIST: 1,1 Set parameters for FTP session. Open the FTP session. Data are available SIM800 Series_IP_Application Note_V

19 AT+FTPLIST=2,1024 +FTPLIST: 2,126 total 0 drw-rw-rw- 1 user group 0 Oct 12 14:58. drw-rw-rw- 1 user group 0 Oct 12 14:58 Request to read 1024 bytes, but only 126 bytes are now available +FTPLIST: 1,0 Data transfer finished. The connection to the remote machine is closed FTP Extend PUT Method Extend Upload data to the remote machine. AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPPUTNAME="1K.txt" AT+FTPPUTPATH="/" AT+FTPEXTPUT=1 AT+FTPEXTPUT=2,0,1024, FTPEXTPUT: 0,1024 AT+FTPPUT=1 +FTPPUT: 1,0 Set parameters for FTP session. Open the FTP session. Client requests to send 1024 bytes. Response indicates that user must input 1024 bytes for transferring. It is saved in the module. It is ready to receive data from UART, and DCD has been set to low. All data has been received over, and DCD is set to high. Open the FTP PUT session. Waiting for the module to upload the data to the remote machine. Data transfer finished. The connection to the remote machine is closed SIM800 Series_IP_Application Note_V

20 AT+FTPEXTPUT=0 Set FTP to normal put method FTPGETTOFS Method Download file and save in file system. AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPGETNAME="test.txt" AT+FTPGETPATH="/" AT+FTPGETTOFS=0,"test.txt" AT+FTPGETTOFS? +FTPGETTOFS: 1,174125, FTPGETTOFS: 0, Set parameters for FTP session. Open the FTP session. Query progress of FTP session FTP session running, bytes data has been download, bytes data has been saved in file system. File download succeed. Use file system commands to read or write file FTPPUTFRMFS Method Upload file from file system SIM800 Series_IP_Application Note_V

21 AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPPUTNAME="test.txt" AT+FTPPUTPATH="/" AT+FTPPUTFRMFS="c:\user\ftp\test.txt" AT+FTPPUTFRMFS? +FTPPUTFRMFS: 1, FTPPUTFRMFS: 0, Set parameters for FTP session. Open the FTP session. Query progress of FTP session FTP session running, bytes data has been upload. File upload succeed. Total bytes data has been upload FTPEXTGET Method Extend Download File AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPGETNAME="test.txt" AT+FTPGETPATH="/" AT+FTPEXTGET=1 AT+FTPEXTGET? +FTPEXTGET: 1,64136 Set parameters for FTP session. Open the FTP session. Query progress of FTP session FTP session running, bytes data has been download. SIM800 Series_IP_Application Note_V

22 +FTPEXTGET: 1,0 AT+FTPEXTGET=2,"test.txt" +FTPEXTGET: 2, File download succeed. Save download data to "c:\user\ftp\test.txt" Save success, bytes saved AT+FTPEXTGET=3,0, FTPEXTGET: 3, AT+FTPEXTGET=0 Output receive data from position 0, length Output data Finish output End FTPEXTGET FTPFILEPUT Method Load file in RAM from file system then upload with FTPPUT AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPPUTNAME="test.txt" AT+FTPPUTPATH="/" AT+FTPFILEPUT=1,"c:\user\ftp\test.txt" AT+FTPPUT=1 +FTPPUT: 1,0 AT+FTPFILEPUT=0 Set parameters for FTP session. Load file to RAM Start FTP session File upload succeed. End FTPFILEPUT FTPQUIT Method Quit current FTP session SIM800 Series_IP_Application Note_V

23 AT+FTPCID=1 AT+FTPSERV=" " AT+FTPUN="sim.cs1" AT+FTPPW="******" AT+FTPGETNAME="1K.txt" AT+FTPGETPATH="/" AT+FTPGET=1 AT+FTPQUIT +FTPGET: 1,86 Set parameters for FTP session. Open the FTP session. Quit FTP session Manual quit FTP session SIM800 Series_IP_Application Note_V

24 Appendix A. Related Documents SN Document name Remark [1] SIM800 Series_AT Command Manual B. Terms and Abbreviations Abbreviation FTP File Transfer Protocol HTTP Hypertext Transfer Protocol APN Access Point Name GPRS General Packet Radio Service PDP Packet Data Protocol SIM800 Series_IP_Application Note_V

25 Contact us: Shanghai SIMCom Wireless Solutions Co.,Ltd. Address: Building A, SIM Technology Building, No. 633, Jinzhong Road, Shanghai, P. R. China Tel: Fax: URL: SIM800 Series_IP_Application Note_V

SIMCom_3G_SSL_Application Note_V1.10

SIMCom_3G_SSL_Application Note_V1.10 SIMCom_3G_SSL_Application Note_V1.10 Document Title: SIMCom_3G_SSL_Application Note Version: 1.10 Date: Status: Document Control ID: Release SIMCom_3G_SSL_Application Note_V1.10 General Notes SIMCom offers

More information

SIM800 Series_SSL_Application Note_V1.01

SIM800 Series_SSL_Application Note_V1.01 SIM800 Series_SSL_Application Note_V1.01 Document Title: SIM800 Series_SSL_Application Note Version: 1.01 Date: 2014-06-30 Status: Document Control ID: Release SIM800 Series_SSL_ Application Note_V1.01

More information

SIM800 Series_SSL_Application Note_V1.00

SIM800 Series_SSL_Application Note_V1.00 SIM800 Series_SSL_Application Note_V1.00 Document Title: SIM800 Series_SSL_Application Note Version: 1.00 Date: 2013-09-18 Status: Document Control ID: Release SIM800 Series_SSL_ Application Note_V1.00

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM FTP AT Commands GSM_FTP_ATC_V1.1 Document Title GSM FTP AT Commands Version 1.1 Date 2010-12-28 Status Document Control ID Release GSM_FTP_ATC_V1.1 General Notes offers this information

More information

GSM. Quectel Cellular Engine. HTTP Service AT Commands GSM_HTTP_ATC_V1.2

GSM. Quectel Cellular Engine. HTTP Service AT Commands GSM_HTTP_ATC_V1.2 GSM Cellular Engine HTTP Service AT Commands GSM_HTTP_ATC_V1.2 Document Title HTTP Service AT Commands Version 1.2 Date 2015-04-13 Status Document Control ID Release GSM_HTTP_ATC_V1.2 General Notes offers

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine HTTP Service AT Commands GSM_HTTP_ATC_V1.00 Document Title HTTP Service AT Commands Version 1.00 Date 2009-07-06 Status Document Control ID Release GSM_HTTP_ATC_V1.00 General Notes offers

More information

SIM900_Custom Application Building Tutorial_Application Note_V1.00

SIM900_Custom Application Building Tutorial_Application Note_V1.00 SIM900_Custom Application Building Tutorial_Application Note_V1.00 Document Title: SIM900 Custom Application Building Tutorial Application Note Version: 1.00 Date: 2010-9-16 Status: Document Control ID:

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GPRS Startup User Guide GPRS_Startup_UGD_V1.01 Document Title GPRS Startup User Guide Version 1.01 Date 2009-11-16 Status Document Control ID Release GPRS_Startup_UGD_V1.01 General Notes

More information

SIM900 Eclipse environment install Application Note_V1.00

SIM900 Eclipse environment install Application Note_V1.00 SIM900 Eclipse environment install Application Note_V1.00 Document Title: Note Version: V1.00 Date: 2011-01-11 Status: Document Control ID: Edit SIM900_Eclipse_environment_install_Application_Note _V1.01

More information

SIM800 Series_FM_Application Note_V1.00

SIM800 Series_FM_Application Note_V1.00 SIM800 Series_FM_Application _V1.00 Document Title SIM800 Series_FM_Application Version 1.00 Date Status Document Control ID Release SIM800 Series_FM_ Application _V1.00 General s SIMCom offers this information

More information

GSM. Quectel Cellular Engine. GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1

GSM. Quectel Cellular Engine. GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1 GSM Cellular Engine GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1 Document Title GSM TCPIP Application Notes Version 1.1 Date 2011-09-22 Status Document Control ID Release GSM_TCPIP_AN_V1.1 General Notes

More information

U10. Quectel Cellular Engine. Video Call Application Notes. U10_ Video_Call_AN_V1.0

U10. Quectel Cellular Engine. Video Call Application Notes. U10_ Video_Call_AN_V1.0 U10 Cellular Engine Video Call Application Notes U10_ Video_Call_AN_V1.0 Document Title Video Call Application Notes Version 1.0 Date 2012-05-22 Status Document Control ID Released U10_Video_Call_AN_V1.0

More information

Email(SMTP/POP3) Application Note

Email(SMTP/POP3) Application Note Email(SMTP/POP3) Application Note Document Title: Email(SMTP/POP3) Application Note Version: 0.01 Date: 2014-02-21 Status: Document ID: Developing.doc General Notes SIMCom offers this information as a

More information

SMS Application Note. SIM5360_SMS_Application_Note_V0.01

SMS Application Note. SIM5360_SMS_Application_Note_V0.01 SMS Application Note 0 Document Title: SIM5360 SMS Application Note Version: 0.01 Date: 2014-02-21 Status: Document ID: Developing General Notes Simcom offers this information as a service to its customers,

More information

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0 L16 GNSS Engine EVB User Guide L16_EVB_UGD_V1.0 Document Title L16 EVB User Guide Version 1.0 Date 2012-07-18 Status Document Control ID Released L16_EVB_UGD_V1.0 General Notes offers this information

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM UART Port Application Notes GSM_UART_AN_V1.01 Document Title GSM UART Port Application Notes Version 1.01 Date 2009-11-16 Status Document Control ID Release GSM_UART_AN_V1.01 General

More information

Revision: 002 Date: September 2006. Porting Guide From EdSoft V3.10 to WIPSoft V2.00

Revision: 002 Date: September 2006. Porting Guide From EdSoft V3.10 to WIPSoft V2.00 Revision: 002 Date: September 2006 Porting Guide From EdSoft V3.10 to WIPSoft V2.00 PORTING GUIDE FROM EDSOFT V3.10 TO WIP SOFT V2.00 Reference: WM_DEV_OAT_UGD_027 Revision : 002 Date: 26th September 2006

More information

Using Microsoft Expression Web to Upload Your Site

Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Web Site This article briefly describes how to use Microsoft Expression Web to connect to your Web server

More information

M72. Quectel Cellular Engine. EVB User Guide M72_EVB_UGD_V1.0

M72. Quectel Cellular Engine. EVB User Guide M72_EVB_UGD_V1.0 M72 Quectel Cellular Engine EVB User Guide M72_EVB_UGD_V1.0 Document Title EVB User Guide Version 1.0 Date 2011-05-18 Status Document Control ID Release M72_EVB_UGD_V1.0 General Notes Quectel offers this

More information

TCPIP Application Note for WCDMA Solution V2.0

TCPIP Application Note for WCDMA Solution V2.0 TCPIP Application Note for WCDMA Solution V2.0 Scope SIM5218, SIM5215, SIM5216, SIM5320 Reference SIMCOM_SIM5320_Serial_ATC_EN_V1.26.doc -1-2012-11-20 Content 1. External PPP Setting...3 2. SIMCom Internal

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM Multiplexer Application Notes GSM_MUX_AN_V1.00 Document Title GSM Multiplexer Application Notes Version 1.00 Date 2009-06-27 Status Document Control ID Release GSM_MUX_AN_V1.00 General

More information

L10. Quectel GPS Engine. EVB User Guide L10_EVB_UGD_V1.00

L10. Quectel GPS Engine. EVB User Guide L10_EVB_UGD_V1.00 L10 GPS Engine EVB User Guide L10_EVB_UGD_V1.00 Document Title L10 EVB User Guide Version 1.00 Date 2009-7-20 Status Document Control ID Release L10_EVB_UGD_V1.00 General Notes offers this information

More information

File Transfer Protocol (FTP) Chuan-Ming Liu Computer Science and Information Engineering National Taipei University of Technology Fall 2007, TAIWAN

File Transfer Protocol (FTP) Chuan-Ming Liu Computer Science and Information Engineering National Taipei University of Technology Fall 2007, TAIWAN File Transfer Protocol (FTP) Chuan-Ming Liu Computer Science and Information Engineering National Taipei University of Technology Fall 2007, TAIWAN 1 Contents CONNECTIONS COMMUNICATION COMMAND PROCESSING

More information

FTP protocol (File Transfer Protocol)

FTP protocol (File Transfer Protocol) FTP protocol (File Transfer Protocol) Introduction to FTP protocol FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files. The implementation of FTP dates from

More information

QuecLocator Application Note

QuecLocator Application Note QuecLocator Application Note GSM/GPRS Module Series Rev. QuecLocator_Application_Note_V3.3 Date: 2013-06-08 www.quectel.com Our aim is to provide customers with timely and comprehensive service. For any

More information

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise

More information

Preventing credit card numbers from escaping your network

Preventing credit card numbers from escaping your network Preventing credit card numbers from escaping your network The following recipe describes how to configure your FortiGate to use DLP (Data Loss Prevention) so that credit card numbers cannot be sent out

More information

WIFI OBD GPS Tracker T356 User Manual

WIFI OBD GPS Tracker T356 User Manual WIFI OBD GPS Tracker T356 User Manual Version:1.000 http://www.ulbotech.com mkt@ulbotech.com Document Title T356 User Manual Version 1.000 Date 2015-04-02 Status Release General Notes Ulbotech offers this

More information

WCDMA&GSM Module_Extra_Function_for_Network

WCDMA&GSM Module_Extra_Function_for_Network WCDMA&GSM Module_Extra_Function_for_Network Document Title: Ve rsion : Date: Status: Document Control ID: General Notes SIMCom offers this information as a service to its customers, to support application

More information

FTP Peach Pit Data Sheet

FTP Peach Pit Data Sheet FTP Peach Pit Data Sheet Peach Fuzzer, LLC v3.6.94 Copyright 2015 Peach Fuzzer, LLC. All rights reserved. This document may not be distributed or used for commercial purposes without the explicit consent

More information

Novatel U530 & U630 O2 Branded Datacards Installation instructions for: O2 version of Mobilink Software: Version 2.02.04.34

Novatel U530 & U630 O2 Branded Datacards Installation instructions for: O2 version of Mobilink Software: Version 2.02.04.34 Novatel U530 & U630 O2 Branded Datacards Installation instructions for: O2 version of Mobilink Software: Version 2.02.04.34 This is the latest version of software has been specifically developed to optimise

More information

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia for Business Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E50 Legal Notice Copyright Nokia 2006. All rights reserved. Reproduction, transfer, distribution

More information

Using AT commands to control TCP/IP stack on SM5100B-D modules

Using AT commands to control TCP/IP stack on SM5100B-D modules Using AT commands to control TCP/IP stack on SM5100B-D modules Revision history Version Date Author Update description 1.0 20080620 Steven Create Shao 1.1 20080920 Steven Shao Added AT+SDATATSEND/SDATATREAD

More information

M95 Dual SIM Application Notes

M95 Dual SIM Application Notes M95 Dual SIM Application Notes GSM/GPRS Module Series Rev. 3.0 Date: 2013-01-29 www.quectel.com Our aim is to provide customers with timely and comprehensive service. For any assistance, please contact

More information

µtasker Document FTP Client

µtasker Document FTP Client Embedding it better... µtasker Document FTP Client utaskerftp_client.doc/1.01 Copyright 2012 M.J.Butcher Consulting Table of Contents 1. Introduction...3 2. FTP Log-In...4 3. FTP Operation Modes...4 4.

More information

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

How To Test The Bandwidth Meter For Hyperv On Windows V2.4.2.2 (Windows) On A Hyperv Server (Windows V2) On An Uniden V2 (Amd64) Or V2A (Windows 2

How To Test The Bandwidth Meter For Hyperv On Windows V2.4.2.2 (Windows) On A Hyperv Server (Windows V2) On An Uniden V2 (Amd64) Or V2A (Windows 2 BANDWIDTH METER FOR HYPER-V NEW FEATURES OF 2.0 The Bandwidth Meter is an active application now, not just a passive observer. It can send email notifications if some bandwidth threshold reached, run scripts

More information

1 Introduction: Network Applications

1 Introduction: Network Applications 1 Introduction: Network Applications Some Network Apps E-mail Web Instant messaging Remote login P2P file sharing Multi-user network games Streaming stored video clips Internet telephone Real-time video

More information

AG MacOS Standalone Array Client Administration Guide

AG MacOS Standalone Array Client Administration Guide AG MacOS Standalone Array Client Administration Guide Copyright Statement Copyright Statement Copyright 2015 Array Networks, Inc., 1371 McCarthy Blvd, Milpitas, California 95035, USA. All rights reserved.

More information

SIM300 FTP IMPLEMENATION. (Step by Step Approach)

SIM300 FTP IMPLEMENATION. (Step by Step Approach) SIM300 FTP IMPLEMENATION (Step by Step Approach) 1. Introduction to FTP Implementation: My task was to regularly write some binary data to a file located on a remote server. Server «strange», i.e. to establish

More information

Vodafone Secure Device Manager Administration User Guide

Vodafone Secure Device Manager Administration User Guide Vodafone Secure Device Manager Administration User Guide Vodafone New Zealand Limited. Correct as of September 2014. Do business better Contents Introduction 3 Help 4 How to find help in the Vodafone Secure

More information

Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5

Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5 Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5 What is this document for? This document is a Step-by-Step Guide that can be used to quickly install Spam Marshall SpamWall on Exchange

More information

Websense Web Security Gateway: Integrating the Content Gateway component with Third Party Data Loss Prevention Applications

Websense Web Security Gateway: Integrating the Content Gateway component with Third Party Data Loss Prevention Applications Websense Web Security Gateway: Integrating the Content Gateway component with Third Party Data Loss Prevention Applications November, 2010 2010 Websense, Inc. All rights reserved. Websense is a registered

More information

Reference and Troubleshooting: FTP, IIS, and Firewall Information

Reference and Troubleshooting: FTP, IIS, and Firewall Information APPENDIXC Reference and Troubleshooting: FTP, IIS, and Firewall Information Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the

More information

Configuring Security for FTP Traffic

Configuring Security for FTP Traffic 2 Configuring Security for FTP Traffic Securing FTP traffic Creating a security profile for FTP traffic Configuring a local traffic FTP profile Assigning an FTP security profile to a local traffic FTP

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice Parallels Holdings, Ltd. c/o Parallels International GMbH Vordergasse 49 CH8200 Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Copyright 1999-2011

More information

Administrator Operations Guide

Administrator Operations Guide Administrator Operations Guide 1 What You Can Do with Remote Communication Gate S 2 Login and Logout 3 Settings 4 Printer Management 5 Log Management 6 Firmware Management 7 Installation Support 8 Maintenance

More information

Managing Software and Configurations

Managing Software and Configurations 55 CHAPTER This chapter describes how to manage the ASASM software and configurations and includes the following sections: Saving the Running Configuration to a TFTP Server, page 55-1 Managing Files, page

More information

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Internet Technologies. World Wide Web (WWW) Proxy Server Network Address Translator (NAT)

Internet Technologies. World Wide Web (WWW) Proxy Server Network Address Translator (NAT) Internet Technologies World Wide Web (WWW) Proxy Server Network Address Translator (NAT) What is WWW? System of interlinked Hypertext documents Text, Images, Videos, and other multimedia documents navigate

More information

MDM Mass Configuration Tool User s Manual

MDM Mass Configuration Tool User s Manual User s Manual First Edition, October 2010 www.moxa.com/product 2010 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. User s Manual The software described in this manual is

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Device Log Export ENGLISH

Device Log Export ENGLISH Figure 14: Topic Selection Page Device Log Export This option allows you to export device logs in three ways: by E-Mail, FTP, or HTTP. Each method is described in the following sections. NOTE: If the E-Mail,

More information

NAS 225 Introduction to FTP Explorer

NAS 225 Introduction to FTP Explorer NAS 225 Introduction to FTP Explorer Connect to FTP sites and transfer files A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use FTP Explorer to connect

More information

Nokia E90 Communicator E-mail support

Nokia E90 Communicator E-mail support Nokia E90 Communicator Nokia E90 Communicator Legal Notice Nokia, Nokia Connecting People, Eseries and E90 Communicator are trademarks or registered trademarks of Nokia Corporation. Other product and company

More information

TELE 301 Network Management. Lecture 17: File Transfer & Web Caching

TELE 301 Network Management. Lecture 17: File Transfer & Web Caching TELE 301 Network Management Lecture 17: File Transfer & Web Caching Haibo Zhang Computer Science, University of Otago TELE301 Lecture 17: File Transfer & Web Caching 1 Today s Focus FTP & Web Caching!

More information

LogMeIn Rescue+Mobile for Android

LogMeIn Rescue+Mobile for Android LogMeIn Rescue+Mobile for Android Contents How to Connect to an Android Device...3 How to Start a Code Session on an Android Device...4 How to Chat with the Customer...5 How to Manage Files on a Customer's

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

How to use FTP Commander

How to use FTP Commander FTP (File Transfer Protocol) software can be used to upload files and complete folders to your web server. On the web, there are a number of free FTP programs that can be downloaded and installed onto

More information

NAT TCP SIP ALG Support

NAT TCP SIP ALG Support The feature allows embedded messages of the Session Initiation Protocol (SIP) passing through a device that is configured with Network Address Translation (NAT) to be translated and encoded back to the

More information

SMS Database System Quick Start. [Version 1.0.3]

SMS Database System Quick Start. [Version 1.0.3] SMS Database System Quick Start [Version 1.0.3] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP DAS Inc., LTD. reserves the right to change this manual

More information

GPS Vehicle and personal location tracker. User manual

GPS Vehicle and personal location tracker. User manual GPS Vehicle and personal location tracker User manual 1 Contents 1. Product overview... 2 2. Safety instruction... 3 3. Specification and parameters... 3 4. Getting started... 4 4.1 Hardware and accessories...

More information

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12 DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Oracle E-Business Suite 12 Table of Contents Table of Contents Introducing the BIG-IP LTM Oracle E-Business Suite 12 configuration Prerequisites and configuration

More information

WBSn Family. FW Upgrade

WBSn Family. FW Upgrade WBSn Family FW Upgrade WBSn-2400 and WBSn-2450 Software Version: 1.3.2 Doc version: v1 Jan 2013 WBSn Family FW Upgrade Procedure Copyright 2013 Alvarion All rights reserved. FCC Statement Federal Communication

More information

HRC Advanced Citrix Troubleshooting Guide. Remove all Citrix Instances from the Registry

HRC Advanced Citrix Troubleshooting Guide. Remove all Citrix Instances from the Registry HRC Advanced Citrix Troubleshooting Guide Advanced Troubleshooting procedures: 1. Add https://mobile.hrc.army.mil to Internet Explorer s trusted sites list. Click on Tools Internet Options Security. Click

More information

WIRELESS ALARM MONITORING. User Manual V1.2

WIRELESS ALARM MONITORING. User Manual V1.2 WIRELESS ALARM MONITORING User Manual V1.2 Please read this user manual fully before attempting installation. Pictures are for indication and illustration purposes only. 1. Accessories Please make sure

More information

FTP Use. Internal NPS FTP site instructions using Internet Explorer:

FTP Use. Internal NPS FTP site instructions using Internet Explorer: FTP Use File Transfer Protocol (FTP), a standard Internet protocol, is the simplest way to exchange files between computers on the Internet. Like the Hypertext Transfer Protocol (HTTP), which transfers

More information

The data between TC Monitor and remote devices is exchanged using HTTP protocol. Monitored devices operate either as server or client mode.

The data between TC Monitor and remote devices is exchanged using HTTP protocol. Monitored devices operate either as server or client mode. 1. Introduction TC Monitor is easy to use Windows application for monitoring and control of some Teracom Ethernet (TCW) and GSM/GPRS (TCG) controllers. The supported devices are TCW122B-CM, TCW181B- CM,

More information

Uploading Your Bidding Documents Table of Contents

Uploading Your Bidding Documents Table of Contents Uploading Your Bidding Documents Table of Contents Getting Started Determining the Best Transfer Method For You Logging In The First Time User Information (On-line Registration Form) Main Page Project

More information

PTPhoneManager II. User guide

PTPhoneManager II. User guide COMMUNICATION AT ITS BEST PTPhoneManager II User guide Communications A member of PEIKER group DOCUMENT PEI TEL Communications GmbH - PTPhoneManager II - 2 - T ABLE OF CONTENTS Table of contents Table

More information

System1200 Using NTRIP via Internet

System1200 Using NTRIP via Internet Products GPS1200, Smartstation From System1200 Onboard Applications Team Date 23 th August 2005 Supplementary Notes to System1200 Firmware Release Notes (v1.52 or higher) Since the release of System1200

More information

FTP e TFTP. File transfer protocols PSA1

FTP e TFTP. File transfer protocols PSA1 FTP e TFTP File transfer protocols PSA1 PSA2 PSA3 PSA4 PSA5 PSA6 PSA7 PSA8 PSA9 Firewall problems with FTP Client-side Firewalls the client is behind a firewall and cannot be reached directly from the

More information

File Transfer And Access (FTP, TFTP, NFS) Chapter 25 By: Sang Oh Spencer Kam Atsuya Takagi

File Transfer And Access (FTP, TFTP, NFS) Chapter 25 By: Sang Oh Spencer Kam Atsuya Takagi File Transfer And Access (FTP, TFTP, NFS) Chapter 25 By: Sang Oh Spencer Kam Atsuya Takagi History of FTP The first proposed file transfer mechanisms were developed for implementation on hosts at M.I.T.

More information

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca!

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! Quick Start Guide Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! How to Setup a File Server with Cerberus FTP Server FTP and SSH SFTP are application protocols

More information

PC-Duo Web Console Installation Guide

PC-Duo Web Console Installation Guide PC-Duo Web Console Installation Guide Release 12.1 August 2012 Vector Networks, Inc. 541 Tenth Street, Unit 123 Atlanta, GA 30318 (800) 330-5035 http://www.vector-networks.com Copyright 2012 Vector Networks

More information

Reverse Proxy Guide. Version 2.0 April 2016

Reverse Proxy Guide. Version 2.0 April 2016 Version 2.0 April 2016 Reverse Proxy Guide Copyright 2016 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

2.5 TECHNICAL NOTE FTP

2.5 TECHNICAL NOTE FTP Version 2.5 TECHNICAL NOTE FTP Protocol Agent Overview Stonesoft Corp. Itälahdenkatu 22A, FIN-00210 Helsinki Finland Tel. +358 (9) 4767 11 Fax. +358 (9) 4767 1234 email: info@stonesoft.com Copyright 2002

More information

WS_FTP Pro for Windows 95/98/NT

WS_FTP Pro for Windows 95/98/NT Note to Instructor: These instructions were written for the faculty and staff to use to familiarize themselves with WS_FTP Pro. The majority of the audience consists of nonspecialists and executives. Also,

More information

Windows Based FTP Server with Encryption and. other Advanced Features.

Windows Based FTP Server with Encryption and. other Advanced Features. Project Number: MXC MQP 1096 Windows Based FTP Server with Encryption and other Advanced Features. A Major Qualifying Project Report Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial

More information

RealShot Manager Compression Server software

RealShot Manager Compression Server software RealShot Manager Compression Server software User Guide Software Version 1.0 RealShot Manager 2004 Sony Corporation Copyright Notice 2004 Sony Corporation. All rights reserved. This manual may not be reproduced,

More information

Jim2 ebusiness Framework Installation Notes

Jim2 ebusiness Framework Installation Notes Jim2 ebusiness Framework Installation Notes Summary These notes provide details on installing the Happen Business Jim2 ebusiness Framework. This includes ebusiness Service and emeter Reads. Jim2 ebusiness

More information

Configuration Manual

Configuration Manual Configuration Manual Page 1 of 20 Table of Contents Chronicall Setup...3 Standard Installation...3 Non-standard Installation (Recording Library on Separate machine)...8 Configuring Call Recording through

More information

Event Monitor Application Note 80000NT10028a Rev.3 2012-10-08

Event Monitor Application Note 80000NT10028a Rev.3 2012-10-08 80000NT10028a Rev.3 2012-10-08 APPLICABILITY TABLE GM Family ( Modem) GM862-GPS GC Family ( Compact ) GC864-QUAD GC864-QUAD-V2 GC864-DUAL-V2 GE/GL Family ( Embedded ) GE863-GPS GE863-PRO3 GE864-QUAD GE864-QUAD-V2

More information

SECURE FTP CONFIGURATION SETUP GUIDE

SECURE FTP CONFIGURATION SETUP GUIDE SECURE FTP CONFIGURATION SETUP GUIDE CONTENTS Overview... 3 Secure FTP (FTP over SSL/TLS)... 3 Connectivity... 3 Settings... 4 FTP file cleanup information... 5 Troubleshooting... 5 Tested FTP clients

More information

FTP, IIS, and Firewall Reference and Troubleshooting

FTP, IIS, and Firewall Reference and Troubleshooting FTP, IIS, and Firewall Reference and Troubleshooting Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the Windows Firewall, the

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Setting up Hyper-V for 2X VirtualDesktopServer Manual

Setting up Hyper-V for 2X VirtualDesktopServer Manual Setting up Hyper-V for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

How to set up the HotSpot module with SmartConnect. Panda GateDefender 5.0

How to set up the HotSpot module with SmartConnect. Panda GateDefender 5.0 How to set up the HotSpot module with SmartConnect Panda GateDefender 5.0 Content Introduction... 3 Minimum requirements to enable the hotspot module... 4 Hotspot settings... 6 General settings....6 Configuring

More information

Mini A8 Instructions. Location Inquiry /Track Inquiry/ Battery status Inquiry Electronic fence/voice Callback/ Emergency Alarm. http://e5ex.

Mini A8 Instructions. Location Inquiry /Track Inquiry/ Battery status Inquiry Electronic fence/voice Callback/ Emergency Alarm. http://e5ex. Mini A8 Instructions Location Inquiry /Track Inquiry/ Battery status Inquiry Electronic fence/voice Callback/ Emergency Alarm http://e5ex.com This product applies the newest technology in Taiwan and has

More information

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services DEPLOYMENT GUIDE Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2008 Terminal Services Welcome to the BIG-IP

More information

File Manager User Guide

File Manager User Guide File Manager User Guide Please note: EasySiteOptimizer Version 1.6 is supplied with Web Hosting (IBP) and Advanced Web Hosting only. File Manager Introduction to File Manager To access File Manager, select

More information

Aspera Connect User Guide

Aspera Connect User Guide Aspera Connect User Guide Mac OS X 10.4/10.5/10.6 Browser: Firefox 2+, Safari 2+ Version 2.3.1 Chapter 1 Chapter 2 Chapter 3 Appendix Introduction Setting Up 2.1 Installation 2.2 Configure the Network

More information

Ulteo Open Virtual Desktop - Protocol Description

Ulteo Open Virtual Desktop - Protocol Description Ulteo Open Virtual Desktop - Protocol Description Copyright 2008 Ulteo SAS 1 LIST OF PROTOCOLS USED CONTENTS Contents 1 List of Protocols used 1 1.1 Hyper Text Transfert Protocol (HTTP)..............................

More information

Configuring and Monitoring FTP Servers

Configuring and Monitoring FTP Servers Configuring and Monitoring FTP Servers eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document

More information

AnzioWin FTP Dialog. AnzioWin version 15.0 and later

AnzioWin FTP Dialog. AnzioWin version 15.0 and later AnzioWin FTP Dialog AnzioWin version 15.0 and later With AnzioWin version 15.0, we have included an enhanced interactive FTP dialog that operates similar to Windows Explorer. The FTP dialog, shown below,

More information

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia for Business Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E50 Configuring connection settings Nokia E50 Configuring connection settings Legal Notice Copyright

More information

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

Hermes.Net IVR Designer Page 2 36

Hermes.Net IVR Designer Page 2 36 Hermes.Net IVR Designer Page 2 36 Summary 1. Introduction 4 1.1 IVR Features 4 2. The interface 5 2.1 Description of the Interface 6 2.1.1 Menus. Provides 6 2.1.2 Commands for IVR editions. 6 2.1.3 Commands

More information