* [9fans] ftpfs -> ftp server (execution of a specific file)
@ 2024-10-14 10:22 Conor Williams
2024-10-15 16:06 ` [9fans] " wb.kloke
0 siblings, 1 reply; 2+ messages in thread
From: Conor Williams @ 2024-10-14 10:22 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 979 bytes --]
hello there 9fanners,
Anyone know of a ftp server that allows execution of files
Or is there an ftpfs flag I can set to allow execution
*i.e.:*
-----------------------------------------------
term % ftpfs -m /tmp/mnt1 123.123.123.123
term % ape/psh
% cd ...
% configure
/bin/sh : ./configure: cannot execute - Access *d*enied
% pwd
/tmp/mnt1/kdrive/tcl8.6.14/unix
% ls configure
configure
--(chmod 777 on the dir in cygwin)
% cp configure FILE.1239762
% ls -l FILE.129762
total 1000
-rw-rw-rw- 1 ftp ftp 580711 Oct 14 10:17 FILE.129762
*note: touch *does not always work...
also: configure has +x in cygwin but not in plan9 until i copy it locally
*-------------------------------------------------*
Kind Regards
Conor
------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T20c226e95f57544c-Mb131ff08543e5f5e54492b9b
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
[-- Attachment #2: Type: text/html, Size: 1736 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [9fans] Re: ftpfs -> ftp server (execution of a specific file)
2024-10-14 10:22 [9fans] ftpfs -> ftp server (execution of a specific file) Conor Williams
@ 2024-10-15 16:06 ` wb.kloke
0 siblings, 0 replies; 2+ messages in thread
From: wb.kloke @ 2024-10-15 16:06 UTC (permalink / raw)
To: 9fans
[-- Attachment #1: Type: text/plain, Size: 419 bytes --]
I don't think that this demand is a good idea on any OS. The ftp protocol is designed to transfer files as a whole.
To execute on a demand paging system you need to access the file randomly.
------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T20c226e95f57544c-M47952073c8c85c8e71618124
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription
[-- Attachment #2: Type: text/html, Size: 926 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-15 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-14 10:22 [9fans] ftpfs -> ftp server (execution of a specific file) Conor Williams
2024-10-15 16:06 ` [9fans] " wb.kloke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).