Changeset 2384149
- Timestamp:
- 09/18/2020 04:35:47 AM (6 years ago)
- Location:
- desktopserver/trunk
- Files:
-
- 2 edited
-
class-ds-api-xfer.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
desktopserver/trunk/class-ds-api-xfer.php
r1880306 r2384149 277 277 $args = array( 278 278 'port' => 2222, 279 'hostname' => ' djesch.wpengine.com',280 'username' => ' djesch',281 'password' => ' efRNo_6RPBY8Q_8k7',279 'hostname' => 'something.wpengine.com', 280 'username' => 'user', 281 'password' => '-password-', 282 282 ); 283 283 $fs = new WP_Filesystem_SSH2($args); -
desktopserver/trunk/readme.txt
r2295808 r2384149 4 4 Tags: localhost, isp, hosting, deploy, copy, transfer, publish, desktopserver 5 5 Requires at least: 3.0 6 Tested up to: 5. 4.16 Tested up to: 5.5.1 7 7 Stable tag: 1.6.2 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.