FTP access process
###Default rules
- Use
SFTP
as transport protocol - Use
JSON
as the data transmission format and compress the format to reduce the size - File restrictions: None at the moment. Constraints may be announced separately for different interfaces in the future.
Communication process

Access preparation
This access | Preparations |
---|---|
For the first time | Provide testing and production-related machine IP for Lenovo inbound firewall application, FTP account opening, and directory permission configuration |
Not the first time | Provide historical account names for Lenovo to add new directory permissions |
Environmental information
environment | address | username | password |
---|---|---|---|
Test | ***.lenovo.com Notify after application | Notify after application | Notify after application |
Official | ***.lenovo.com Notified after application | Notified after application | Notified after application |
File Directory
- After determining the integration solution, Lenovo will allocate the corresponding file directory
Login authentication
- Java Get Example
java
/* */
File Upload
- Java Get Example
java
/* */
Download Document
- Java Get Example
java
/* */