This topic is locked
[SOLVED]

 SFTP

1/3/2017 9:39:02 AM
PHPRunner General questions
K
Khampol author

Hi,
I need to use sftp (no ftp..) . My server sftp works well as i can connect and upload with a normal client (flashFXP) but while i try with phpRunner :
Error: Access denied to remote resource

(file /xxxx/connections/ConnectionManager.php)

/xxxx/checkduplicates.php

/xxxx/buttonhandler.php

Error: Access denied to remote resource

Error: Access denied to remote resource

Error: Access denied to remote resource

Error: Access denied to remote resource

Done with errors (11.797 s)
Nromalement 1st time sftp client ask for save sftp key, phprunner dont... Maybe problem is there... ??

admin 1/4/2017

Your best bet here is to use a third-party FTP software to upload generated files.

K
Khampol author 1/4/2017



Your best bet here is to use a third-party FTP software to upload generated files.



Is Phprunner do not actually supporting SFTP ??! ... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=81022&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />(

HJB 1/5/2017

Of course, SFTP is fully supported.

Read: https://xlinesoft.com/phprunner/docs/ftp_upload.htm

Citing: If you have connected to database successfully but can't create folder or upload files you can use Passive mode.

K
Khampol author 1/5/2017

Hi,

Thx for suggestion. I know this pag. It talks about only FTP...

Read: https://xlinesoft.co.../ftp_upload.htm


you can use Passive mode



Sftp do not have this selection...

Normalement 1st time sftp client ask for save sftp key, phprunner dont...



<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=81024&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />

K
Khampol author 1/10/2017

Ok, I finally switch back to a real FTP (Phprunner is for Php, not Sftp ! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=81051&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> ), and all so far so good now !