Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
125 user(s) are online (77 user(s) are browsing Forums)

Members: 4
Guests: 121

flash, abalaban, VooDoo, Paul, more...

Headlines

 
  Register To Post  

« 1 (2) 3 4 »
Re: FTPMount feedback
Amigans Defender
Amigans Defender


See User information
@abalaban

Quote:

abalaban wrote:
@Chris

Quote:
Can you add support for CDing to hidden directories?


I did not know it was impossible to do this, I'll try to look at that.


I assume it does an ls of the remote server to find out the names as it tries to be case insensitive. The code to examine() or lock() a directory that doesn't appear in this list needs a line added to attempt it on the server anyway. Probably, I'm just guessing having not looked at the FTPMount source code.

ispell: Interesting, I'm surprised it hasn't been picked up before.

Other stuff has been answered already.

Chris

Go to top
Re: FTPMount feedback
Just popping in
Just popping in


See User information
@Chris

Quote:

Chris wrote:

Somebody broke the Aminet new directory so that it is now hidden, and since then I am unable to use FTPMount to upload files.


A pitty you didn't report this problem to the Aminet team. I did that now.. the support of all amigans out there is highly vital for us in the Aminet team and for any other developer out there.. so if anyone encounters any problems in future, please don't hesitate and report them .. your help is very much appreciated!

AmigaOS 4 core developer
www.os4welt.de - Die deutsche AmigaOS 4 Gemeinschaft

"In the beginning was CAOS.."
-- Andy Finkel, 1988 (ViewPort article, Oct. 1993)
Go to top
Re: FTPMount feedback
Amigans Defender
Amigans Defender


See User information
@Cyborg

Quote:
A pitty you didn't report this problem to the Aminet team.


I did, back in September!

Chris

Go to top
Re: FTPMount feedback
Home away from home
Home away from home


See User information
@abalaban

I think FTP mount can be where useful tool

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: FTPMount feedback
Just popping in
Just popping in


See User information
@Chris

Quote:

I did, back in September!


Really? Oh, seems i missed that one .. or it just didn't ever reach the mailing list ... well, don't know to whom you talked back then, but i sent a mail to the moderators mailing list .. so i hope Nicomen or Christoph will address this issue soonish..

Anyway, please accept my apologize..

AmigaOS 4 core developer
www.os4welt.de - Die deutsche AmigaOS 4 Gemeinschaft

"In the beginning was CAOS.."
-- Andy Finkel, 1988 (ViewPort article, Oct. 1993)
Go to top
Re: FTPMount feedback
Just popping in
Just popping in


See User information
@abalaban

Quote:

I can also take some feature requests but depending on the difficulty I might not implement it in this forthcoming 1.6 version.


Surely nothing to be added in 1.x, but maybe for v2:

- SFTP support (can be achieved through openssh, just like pFTP does it)
- SCP support (also through openssh)

If FTPmount would get this, it would become extremely usefull for me

AmigaOS 4 core developer
www.os4welt.de - Die deutsche AmigaOS 4 Gemeinschaft

"In the beginning was CAOS.."
-- Andy Finkel, 1988 (ViewPort article, Oct. 1993)
Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@Chris

I did the test, and you were right : it's not possible. I might try to add support for this if I can.

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@LiveForIt

Thank you for the compliment

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@Cyborg

I guess support for SFTP could be added relatively easily as it should be very similar to FTP protocol in many aspect (I should look for and read the corresponding RFC).
SCP on the other hand might be another matter of thing as I guess the whole protocol is different to the FTP one, again I should study the RFC.

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@Severin

Finally I took some time to looak at the source and it seems the code already tries to open on the default public screen... So if you set DOpus to open on a public screen you should have all requester on its screen rather than on the WB...

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@Severin

I tested yesterday evening with DOpus 4 for OS4 to open on its own screen (I prefer using it in a window on the WB) and I also constated the problem you mentionned. So either DOPus is not opening a *public* screen, either the FTPMount code does not work despite using LockPubScreen(NULL) to find the default public screen... I should investigate further.

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@Chris

Ok CD to hidden directory is added, it's even more than that I also support locking hidden files.

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
- Added support for listing activated sites in FTP:
- Reworked bad handling of some peer disconnection

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@abalaban

- Added default preference (port, quick/slow, messages, timeout, case sensitivity, status window, comment generation, cx_popkey).

Now need to write a program to setup them

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Just popping in
Just popping in


See User information
@abalaban

Currently Ftpmount locks the doslist (indirectly through AddDosEntry()) when adding itself, which can cause a deadlock when the list is already locked, so maybe something could be improved there (using NonBlockingModifyDosEntry() ?).

Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@centaurz

Thank you for the report, I'll look at that for the next version...

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Amigans Defender
Amigans Defender


See User information
@abalaban

Also, a way of doing chmod would be very useful, preferably using the existing port of the gnu chmod command (maybe this already works, but I don't think it does)

ftpCHMOD/Perch will do it, but they're a bit icky (I wrote them).

Chris

Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@Chris

Yes I plan to support changing the protection bits but this will be throw the ADOS API's (i.e. DOS Packets, see ACTION_SET_PROTECT).
However currently FTPMount is on hold until I release the new version of ftpd (the ftp server I'm working on).

Back to a quiet home... At last
Go to top
Re: FTPMount feedback
Amigans Defender
Amigans Defender


See User information
@abalaban

Quote:

abalaban wrote:
@Chris

Yes I plan to support changing the protection bits but this will be throw the ADOS API's (i.e. DOS Packets, see ACTION_SET_PROTECT).


That's fine, AIUI that should support owner/group/other permissions through the chmod port (although it's been a long time since I last looked at the DOS packet specs)

Chris

Go to top
Re: FTPMount feedback
Quite a regular
Quite a regular


See User information
@Chris

In fact this is ADOS that supports owner/group/other permission, that's just that except MuFS no file system supported it.

Back to a quiet home... At last
Go to top

  Register To Post
« 1 (2) 3 4 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project