The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NetDrive - Map FTP to a drive letter
#1
NetDrive

NetDrive allows you to map a drive on your workstation to a FTP server.

http://www.acs.uwosh.edu/novell/netdrive.htm

once you have installed it you can use qm shell extensionfunctions (macros) on a mapped drive.

simple example for an entry -> make bbcode (only on jpg)
ftp account is mapped to drive m.

trigger:
Code:
Copy      Help
^Shell_menu "bbcode pic(text in context menu)" 0x3C "jpg (applies only to .jpg)" "path\to\.ico (path to context picture)" "copy path as bbcode (text you will see in the explorer statusbar)" "m:\"

Code:
Copy      Help
function $files
str f
foreach f files
,f.findreplace("m:\" "http://www.yourdomain.com/" 1)
,f.findreplace("\" "/")
,f.format("[img]%s[/img]" f)
f.setclip
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)