Questions tagged as 'sftp'

0
answers

Procedure for registration of caged users and upload to www folder

I was creating a small howto to register caged users that can upload and modify files in a folder inside / var / www I would like you to see if it is a valid and safe procedure, or if something escapes us, or if there are other alternatives to t...
asked by 20.12.2018 / 08:57
0
answers

sftp permits 775 and 664

I have configured a virtual host with the following commands: sudo chown -R $USER:$USER /var/www/miweb.com sudo find /var/www/miweb.com -type f -exec chmod 644 {} \; sudo find /var/www/miweb.com -type d -exec chmod 755 {} \; It worked perfe...
asked by 29.09.2017 / 08:55
0
answers

I can not access my server centos from PhpDesigner, error in hot key verified !! how do I solve it?

Good morning, I have a problem wanting to connect to my server centos 6.9, to program use phpdesigner, the centos was changed to another server and now that I want to reconnect I can not connect since I get a host error key not verified, what...
asked by 08.02.2018 / 15:46
0
answers

I can not count to FTP with the public ip of my VPS. [Problem with sftpd (FTP) Centos]

The listening ports on localhost The listening ports with the public ip (Where port 21 no longer appears) I already use the commands to open the iptables and firewall-cmd ports, I have already opened the ports from my provider....
asked by 25.08.2018 / 10:14
0
answers

Connection hostgator phpseclib, sFTP, PHP

I am currently in a project for which I created a function for uploading files using sFTP with the phpseclib library, I have tested the code from different media in the following way localhost -> localhost = funciona. localhost -> hostga...
asked by 28.07.2018 / 01:11
0
answers

Sftp with vscode

Someone would be so kind to help me connect vscode to a sftp service (if I know the necessary exemptions but I could not configure it well)     
asked by 30.06.2018 / 07:20
0
answers

JSCH library for connection to SFTP server "Preserve Timestamp"

My question is, if I open some way to configure JSCH so that it does not keep the "Timestamp" when uploading the files, that is: in WinSCP comes an option like this:   That's the option I want to configure in JSCH. I have a part where a con...
asked by 14.11.2017 / 18:51