I'd like to set up a server on the amiga using ftp. Got told that would be best. But i have no idea about ftp servers at all. So would like to get some help here. Anyone can give a stupid person some detailed info here?
I used the ftp off OS4Depot, it has instructions how to implement it in RoadShow also.
The distribution is also part of AmiUpdate
I used it to transfer from my classic PPC to my SAM via the ADSL Router
Of course if you use a Router also and want users to access your ftp from outside your local network then you'll need forward porting etc...
good luck
~Yes I am a Kiwi, No, I did not appear as an extra in 'Lord of the Rings'~ 1x AmigaOne X5000 2.0GHz 2gM RadeonR9280X AOS4.x 3x AmigaOne X1000 1.8GHz 2gM RadeonHD7970 AOS4.x
What Slayer said is true not only for ftpd but for any ftp server you'll setup and you want to access from outside your LAN : if you have a router between your LAN and the Internet you'll have to open FTP TCP/IP ports and forward them to your Amiga.
I think ftpd need fixing, because you can list any file on your disk, because it uses an external command to list content on your disk, so in other words all user permissions are ignored
Edited by LiveForIt on 2009/5/25 16:58:09
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
With my sam440 but I just cant get it to work properly with DOPUS9 for windows.
Copying files to my sam works fine but it always shows up a blank directory list so I cant copy files back.
If I do a list of the remote server using the built in windows ftp command line client it returns all the files sizes as zero so the problem could be related to that.
I have read and re-read the supplied documentation but I cant see what I am doing wrong so any suggestions on how to fix this would be welcome.
But if all you want to do is copy files to an AOS4 computer it works and is fast, just not user friendly.
Sam440ep 667mhz 512megs OS4.1 + Minimig, 4MB RAM, ARM add-on board WinUae 2.3.2, OS 3.9, BB2, Catweasel MkIV Amiga 1200, BlizzardPPC 060/200 with SCSI, mediatorSX, Voodoo3, pci lan
there are lots of options, GoAhead WebServer sounds cool,
ASP is the basic language for web, it should be easy implement some kind of file writing or read if that?s needed. CGI can also be used for this, there are lots of example code on the net.
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
Note that in previous version, FTPUsers file contained entry "rest" which was originally planned for use with MultiUserFilesystem under AmigaOS 3.1+ since this filesystem was not ported after AmigaOS 3.5 this part of the program has been deactivated in this port and letting this entry was a security hole as anyone was allowed to login.
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
I think ftpd need fixing, because you can list any file on your disk, because it uses an external command to list content on your disk, so in other words all user permissions are ignored
If you want fixes maybe the first thing to do is notifying the maintainer about problems you found, don't you think ? Then I hardly understand what you mean by the user permissions being ignored especially given the fact that AmigaOS does not support multiuser how could ftpd enforce such "user permission" that don't even exists ?
@Dwyloc
Quote:
Copying files to my sam works fine but it always shows up a blank directory list so I cant copy files back.
If I do a list of the remote server using the built in windows ftp command line client it returns all the files sizes as zero so the problem could be related to that.
The problem with ftp protocol is that the listing format was aimed at human as a consequence there was no standard format in the output listing. Majority of graphical FTP clients are doing assumptions about this format which seems to not work with your ftpd version. I personnaly don't use DOpus 9 for Windows so can't test it myself but can you please tell me : 1) when you type list in a shell on your SAM does the uploaded files have a real size or are they set to zero ? 2) can you send me the output of the command line ftp ?
As I don't have an SDK: assign I set it to Cygnix:CygnixPPC/bin/ the location of the only copy of ls I have installed.
I had tested ls previously myself when I tried to debug the problem from my work:temp folder but I wrongly thought if it worked from a shell prompt I did not need to specify a path.
Anyway thanks again for the help its very nice to be able to use ftp to copy files in both directions from my sam440.
My next Amiga network challenge will be to install and setup samba under OS4.1 I already have it running on my A1200 Tower under OS3.9 but I think I will leave that challenge for a wet weekend.
Sam440ep 667mhz 512megs OS4.1 + Minimig, 4MB RAM, ARM add-on board WinUae 2.3.2, OS 3.9, BB2, Catweasel MkIV Amiga 1200, BlizzardPPC 060/200 with SCSI, mediatorSX, Voodoo3, pci lan
Anyway if you want to install Samba and you already did it on a 68k machine, it would be almost the same. Mickey's guide might help you too, see it here
Found out that i have an 100mb homepage from my internet supplier that i can use. It said i had to use ftp to upload the stuff,but is that all i need to do? just upload the pics and thats it? Sounds a bit to easy to be true.
Yes, usually you just need to upload whatever you need with FTP and it will be available to download via HTTP (i.e. using a web browser). Some providers will need you to put the files in a specific folder to get it to work, just read the FAQs or readmes they provide...