• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

FTP & SMB on the same folder with plesk 11.09 on Ubuntu

ChrisLim

New Pleskian
I'm wondering if it is possible to configure an FTP account with a root folder that is also accessible via SMB/Samba share over the internal network interface on one of our plesk web servers. It looks like in version 8/9 there was a "module" for this. I don't see it in the "application list" for the current version of plesk. Searching this forum has yielded no fruit. Is there an application/addon/module/extension available for this version that allows me to do this?

If not, my other option would be to install SMB manually and configure the directories shared on it manually.

The first step to doing this would be to find the directory that plesk actually stores the FTP files in..

Then i run
sudo updatedb
locate 'randomfilenamethatiuploaded'
to find the directory that plesk created for my file.
When i do that, it shows the file located in
/var/www/vhosts/domain/sitefolder/randomfilenamethatiuploaded

however if i try to
cd /var/www/vhosts/domain/sitefolder/
i get permission denied...
sudo cd /var/www/vhosts/domain/sitefolder/
i get an error

This leads me to believe that i couldn't configure this manually without using root or something crazy.

Its possible i could create a symlink to a folder from /home/user/folder to /var/www/vhosts/domain/ but i don't know if that would mess anything up.

Let me know if you have any advise for me.

Thanks
~Chris
 
Back
Top