6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/26/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8657] Cyclic Dependency in ssh2.php
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.__ .___..__ __ [__ [__) _/ [__)/ ` | | \./__.| \\__.
Comment
>> Are you reading ruby instead of PHP? @ silences errors in PHP, it > >> doesn't call a class method. > > > > Joke? > > > > From lib/VFS/ssh2.php: > > > > Look at these functions: > > > > /** > > * Sends local file to remote host. > > * This function exists because the php_scp_* functions doesn't > seem to work on some hosts. > > * > > * @access private > > * > > * @param string $local Full path to the local file. > > * @param string $remote Full path to the remote location. > > * > > * @return boolean TRUE on success, FALSE on failure. > > */ > > function _send($local, $remote) > > { > > return copy($local, $this->_wrap($remote)); > > } > > > > /** > > * Receives file from remote host. > > * This function exists because the php_scp_* functions doesn't > seem to work on some hosts. > > * > > * @access private > > * > > * @param string $local Full path to the local file. > > * @param string $remote Full path to the remote location. > > * > > * @return boolean TRUE on success, FALSE on failure. > > */ > > function _recv($remote, $local) > > { > > return copy($this->_wrap($remote), $local); > > } > > > > Which copy methode is here called? > > > > Kind regards!
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers