Searched refs:stor (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm680 sub put { shift->_store_cmd("stor",@_) }
687 sub stor { shift->_data_cmd("STOR",@_) } subroutine
1136 unless($unique ? $dftp->stou($dfile) : $dftp->stor($dfile));
1542 =item stor ( FILE )
1549 Same as C<stor> but using the C<STOU> command. The name of the unique

Completed in 23 milliseconds