You are here: PSPad forum > English discussion forum > Re: How to set FTP-Bookmarks??

Re: How to set FTP-Bookmarks??

#1 How to set FTP-Bookmarks??

Posted by: Imi78 | Date: 2012-08-30 15:47 | IP: IP Logged

Hi,

everytime i use PSPad for editing files per FTP i have to click through all those directories to get the file i need.

There has to be a better way to handle this! But obv i didnt found it... grinning smiley

Greets

ImI

Options: Reply | Quote | Up ^


#2 Re: How to set FTP-Bookmarks??

Posted by: pspad | Date: 2012-08-30 18:01 | IP: IP Logged

You can simply do it with PSPad scripting. There is several commands for PSPad FTP handling. It's easy to make script with all favourite FTP paths or directly open FTP files.

small sample:

Quote:
sub OpenFTPFile
set obj = NewEditor()
ftpConnect("FTP_server")
ftpDownloadFile "/public_html/www/page/file.php", "C:\Temp\file.php"
obj.openFile("C:\Temp\file.php")
end sub

initialization to create menu items
sub Init
addMenuItem "&Open file from FTP","", "OpenFTPFile"
end sub

Options: Reply | Quote | Up ^


#3 Re: How to set FTP-Bookmarks??

Posted by: Imi78 | Date: 2012-09-03 01:34 | IP: IP Logged

Thx!

Options: Reply | Quote | Up ^






Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR