- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2018
11:51 PM
05-27-2018
11:51 PM
I am trying to use Varien_Io_Sftp::write(), as per its definition the second parameter should be a local file but as per the Net_SFTP:: put() it should be the content we want to write in file.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018
12:12 AM
05-28-2018
12:12 AM
Yes You are correct,
Second Parameter are filename which belongs to your content.
Check reference link,
write ($filename,$src,$mode = null) Write a file Parameters: $src Must be a local file name
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial
Magento 2 Blogs/Tutorial
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2018
12:12 AM
05-28-2018
12:12 AM
Yes You are correct,
Second Parameter are filename which belongs to your content.
Check reference link,
write ($filename,$src,$mode = null) Write a file Parameters: $src Must be a local file name
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial
Magento 2 Blogs/Tutorial