| that's the documented behavior. Suggest mget from the unix machine
instead of mput on the VMS machine.
PUT
Examples
1.FTP> PUT SHRIKE.LIS;*
200 PORT command successful.
150 Opening data connection for shrike.lis.2 (16.20.208.53,1028)
226 Transfer complete.
local: NEST3$:[AVIARY]SHRIKE.LIS;2 remote: shrike.lis.2
41 bytes sent in 00:00:00:01 seconds
200 PORT command successful.
150 Opening data connection for shrike.lis.1 (16.20.208.53,1029)
226 Transfer complete.
local: NEST3$:[AVIARY]SHRIKE.LIS;1 remote: shrike.lis.1
30 bytes sent in 00:00:00:02 seconds
FTP>
Copies all versions of the local file SHRIKE.LIS to the remote
host.
o File names are copied in lowercase.
o OpenVMS file version numbers become the last element of the
copied files.
o Semicolons are converted to periods.
2.FTP> PUT WATERBIRDS.TXT LPA_CRANE
Prints a copy of local file WATERBIRDS.TXT at remote printer
LPA_CRANE:.
3.FTP> PUT /FDL SWAN.BCK CYGNET.BCK
200 PORT command successful.
150 Opening data connection for cygnet.bckfdl (16.20.208.53,1028)
226 Transfer complete.
local: cygnet.bckfdl remote: cygnet.bckfdl
846 bytes sent in 00:00:00.03 seconds
200 TYPE set to IMAGE.
200 PORT command successful.
150 Opening data connection for cygnet.bck (16.20.208.53,1029)
226 Transfer complete.
local: SWAN.BCK remote: cygnet.bck
8152 bytes sent in 00:00:00.12 seconds
FTP>
Copies the local file SWAN.BCK to a UNIX host, giving the
copy the name CYGNET.BCK. Also creates a secondary file with
SWAN.BCK's RMS record attributes.
|