fileTransferUrl
1.3.6.1.4.1.2011.2.235.1.1.35.1
The file transfer URL format is: <download/upload><ID><protocol://[username:password@]IP[:port]/directory/filename>
The maximum length of the URL is 1024 bytes.
The parameters in the URL are described as follows:
The download means download file to BMC.
The upload means upload file to the destination server.
The ID is the file ID, ranging from 0 to 255.
The supported protocols include https, sftp, cifs, scp, and nfs.
The username and password are those of the destination server.
The IP can be set to an IPv4/IPv6 address or a domain name.
The directory and filename are those on the destination server.
Example URLs are as follows:
download;0;https://root:test1234@192.168.2.13:443/data/display0.ini
upload;1;sftp://root:test1234@[2001::178]/home/options0.ini
The URL can contain only letters, digits, and special characters. The directory or file name cannot contain @.