Asentria SiteBoss 571 UserManual
Page 123
The syntax for receiving files from another machine to the S550 is:
put [path to file]
The syntax for sending files from the S550 to another machine is:
get [filename] [path to file]
[filename]
This is the exact name of the file including any extensions.
[path to file]
This is the absolute path to the file on the other machine including any extensions. Use backslashes (\) for path
strings.
Here are two example sessions for reference. The first is for an FTP GET, the second is for an FTP PUT. Your
session may vary slightly.
>
ftp 192.168.50.100
Connected to 192.168.50.100.
220- SiteBoss FTP Server Active (571010116 08/30/13)
220 Please enter user name to proceed...
User (192.168.50.100:(none)): admin
331 Password required for admin
Password:
230 Login accepted; user restrictions apply.
ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> get file1 C:\temp\file1
200 Port OK
150 Opening Data Connection...
###########226 Transfer complete.
ftp: 22955 bytes received in 0.99Seconds 23.26Kbytes/sec.
ftp>
C:\Windows>ftp 192.168.100.223
Connected to 192.168.100.223.
220- SiteBoss FTP Server Active (550001267 08/30/13)
220 Please enter user name to proceed...
User (192.168.100.223:(none)): admin
331 Password required for admin
Password:
230 Login accepted; user restrictions apply.
ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> put C:\Temp\550-2.09.570-std-a71.udf
200 Port OK
150 Opening Data Connection...
################################################################
################################################################
################################################################
. . .
226 Transfer complete.
ftp: 11327768 bytes sent in 29.97Seconds 377.98Kbytes/sec.
ftp>