Skip to content

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 accessPreparations
For the first timeProvide testing and production-related machine IP for Lenovo inbound firewall application, FTP account opening, and directory permission configuration
Not the first timeProvide historical account names for Lenovo to add new directory permissions

Environmental information

environmentaddressusernamepassword
Test***.lenovo.com Notify after applicationNotify after applicationNotify after application
Official***.lenovo.com Notified after applicationNotified after applicationNotified 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
/* */