How do I create an FTP Share?

Well foks, after much tribulation migrating from SL server to Lion Server I finally got ftp working (via terminal) using the instructions from this KB (http://support.apple.com/kb/HT4704).
The problem with this is, connecting to the server via FTP only shows my local administrative user account on the server.  We have a Xerox WorkCenter (printer, scanner, etc) that we use for scanning documents to the server over the network.
The share I used in Snow Leopard Server and now Lion Server is on a volume connected to the server.  I can't figure out how to get a volume or any folder outside of my user account to be available via ftp.  The support documents didn't detail that.  My current workaround is I created a folder in my user account on the server, pointed the Xerox WorkCenter to that folder,  and attached a folder action to that folder which automatically moves the network scanned docs to the afp share on the connected volume that everyone was used to using and had guest access too.  Kind of messy, but it works.  I still rather have a direct ftp connection a share, but can't figure out that one.
Need some help (because the SMB feature in our Xerox is not working with Lion Server)

From the 'man' page for 'ftpd':
..."To set up "ftp-only" accounts that provide only FTP, but no valid shell login, you can copy/link /sbin/nologin to /sbin/ftplogin, and enter /sbin/ftplogin to /etc/shells to allow logging-in via FTP into the accounts, which must have /sbin/ftplogin as login shell."...
So rather than having an empty value for the user's 'shell', you likely need to set it to '/sbin/ftplogin'. But since '/sbin/ftplogin' doesn't exist by default, you will have to create it either as a copy of, or symlink to '/sbin/nologin'. And don't forget to add '/sbin/ftplogin' to the '/etc/shells' file so that the system recognizes it as a "valid" shell.
Note that this won't prevent a GUI login.

Similar Messages

  • How can I create an ftp site when using Airport Express?

    I am very new to computers and have never used a Mac before. I'd like to create an FTP connection with a friend in another city to get large files transfered. I've followed the instructions in the Sharing pane but my friend still isn't able to get through. I'm assuming it's because there is a firewall in the Airport express and I need to create a port to get the files through. Can anyone help with this? I seem to be having trouble creating an address that works. I also seem to have a non-static IP address since it changes each time I check it.
    Thanks in advance for any help you can give.

    See Steve Newstrum's user tip "How do I use Port Mapping (Part I)"

  • How to create a FTP with my mac

    Hi how do you creat a ftp with a mac, ive tried to find FTP ACCESS in my sharing but the option is not there any ideas
    Thanks

    Applications>>Utilities>>AirportUtility.app>>Manual Setup>>Advanced>>Port Mapping >> + >>Choose a Service>>FTP Access.

  • How can I create a DVD and/or share (email, etc.) a slideshow I created with iPhoto?

    How can I create and/or share a slideshow I made with iPhoto?...Thanks!

    I am sure there is a way however I don't use iPhoto, you may want to repost on the iPhoto forums which is where the iPhoto gurus hang out.

  • How to create an ftp site?

    Hello,
    I am a novice website developer and I am learning the basics of Dreamweaver. I needed advice how I can go about a certain task: I have an excel file referencing several pdf's that I have pertaining to my business. There are dozens of pdfs. I was going to post my excel sheet, and also provide a link to an FTP site where visitors can view the files and read/download them as they wish. With Dreamweaver, how can I create an FTP site that can accomplish this? Or is there a spry element I can use to give visitors access to my pdf's? Thanks for any advice.

    Anytime you want to post something on the internet, you will have to have someplace to host them, whether it is a ftp,  http site or another place to host your files. You don't need an ftp site to accomplish what you are trying to do. A simple webpage with links to the pdf will do exactly that.
    If you are wanting just some place to host your pdf files, then you should google or bing it as search terms.
    Jim

  • I have an iPad and and iPhone. They share an iCloud and I want separate iCloud accounts. How do I create a new account without losing any information? I want to keep the original account on one device.

    I have an iPad and an iPhone that share an iCloud account. I didn't realize when I got my iPad last year that when I signed up the iCloud on the device that it would share and use 5g of iCloud between the both of them. How do I unsync them and have two separate iCloud accounts? I don't care about sharing between them. When my kids put games on my iPad, I don't want them going on my phone. How do I create a new iCloud without losing any info on the other device?

    Hi sugaliko,
    You may need to set up your BlueTooth connection to the keyboard again. Use the steps in this article for guidance -
    iOS: Third-party Bluetooth accessories
    http://support.apple.com/kb/HT1664
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • My boyfriend and I have our own iPhones but share an iPad. How do we create two different profiles or user accounts, etc?

    My boyfriend and I have our own iPhones but share an iPad. How do we create two different profiles or user accounts, etc?

    Unfortunately, at the moment you cannot create two user profiles on one iOS device.

  • My two iPads share an Apple ID.  How can I create a separate Game Center account so they can play each other?

    My two iPads share an Apple ID.  How can I create a separate Game Center account so they can play each other?

    1. This is a year old post.  Things have changed, the answer is no longer accurate due to how the OS functions now.
    2.  You can't have a second Gamecenter account tied to the same Apple ID, because the Apple ID is the game center account.  They are not separate things.
    3. The OP said they had 2 iPads, which means they can use a different Apple ID for Gamecenter on the second iPad.
    4. You can still creare Apple ID's specifically for game center without changing them for the other services on the other devices.
    ronjack wrote:
    I have the same issue.  Young children who cannot get Apple ID's but we all want separate Gamecenter accounts.
    You need to get Apple ID's for them.  They aren't getting them, you are. You can manage these new ID{s yourself. You can even make sure they have no credit card and are not associated with any other service on the device. So essentially they are Apple ID's for GameCente only.

  • How to create an nfs share using the method "CreateShare" of class "MSFT_NfsServerTasks"

    I need to use the "CreateShare" of the wmi class "MSFT_NfsServerTasks" to create a nfs share.
    I am new to wmi. could somebody please guide me to achieve this. thanks in advance.

    let to me rephrase my question. I need to call the MSFT_NfsServerTasks::createmethod to create the nfs share.
    And the syntax for this method is
    uint32 CreateShare(
    [in] string Name,
    [in] string Path,
    [in] string NetworkName,
    [in] string Authentication[],
    [in] boolean UnmappedUserAccess,
    [in] boolean AnonymousAccess,
    [in] sint32 AnonymousUid,
    [in] sint32 AnonymousGid,
    [in] string LanguageEncoding,
    [in] boolean AllowRootAccess,
    [in] string Permission,
    [in] MSFT_NfsSharePermission ClientPermission[],
    [out] MSFT_NfsShare Share
    And to run this method I will be using "IWbemServices::ExecMethod". This method takes the Input parameter object(IWbemClassObject). I managed to add string the parameters in the input parameterobject as,
    IWbemClassObject* pInInst = NULL;:/*some code*/
    VARIANT var;
    var.vt = VT_BSTR;
    var.bstrVal= SysAllocString(L"C:\\share1");
    BSTR ArgPath = SysAllocString(L"Path");
    hRes = pInInst->Put(ArgName, 0, &var, 0);
    But how could I use it for other parameters e.g. string[], MSFT_NfsSharePermission ClientPermission[]etc.

  • How can I find out the server port for a secured FTP site and creating a FTP Connection Manager

    I have to create a FTP Task to go out and get the files that our 3rd party vendor will be dropping on a secured FTP site. I have all the credentials to access that Secured FTP Site and have successfully done so through FileZilla.
    Now I need to set-up a FTP Task to go out and get their files and in so doing create a FTP Connection Manager. Is there any way I can determine the
    Server Port number from the Secured FTP site? I let it default to 21 and tried the Test Connect and it failed.
    Thanks for your review and am hopeful for a reply.

    Hi ITBobbyP,
    SSIS has a built in FTP task, while this only works for the FTP protocol, it doesn’t support SFTP. But there are some free clients like WinSCP and
    SSIS SFTP Task Control Flow Component
    available in the CodePlex which can invoked from SSIS.
    References:
    SSIS SFTP Task Control Flow Component approach
    WinSCP approach
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to create a Web Share in iPlanet ?

    Hi,
    HPUX 11i w/ iPlanet Web Server 4.1
    Is it possible to create a "Web Share" in iPlanet ? This can be easily done in IIS but I am having problems getting it to work with iPlanet. Basically, what I need to do is map a folder using "My Network Places\Add Network Places" in Windows XP.
    I can see the folder I have created in IE. URL: http:/servername/swift
    Whenever I try to map the directory in XP I get the error message "The folder you have entered does not appear to be valid".
    - I have enabled "Remote File Manipulation" on directory /opt/iplanet/swiftdocs/swift.
    - My primary document directory is /opt/iplanet/swiftdocs/
    - Owner of both dirs is "webuser"
    Maybe this isn't the purpose of this feature. Please let me know if I should be looking into something else.
    Regards,
    Etienne.

    Are you asking whether simply enabling SSL (https) will allow you to map a directory without using WebDAV? The answer to that would be no. SSL is orthogonal to publishing.
    Or, are you asking whether Microsoft's WebDAV client can work with SSL? Some versions certainly can. I'm not thoroughly versed in Microsoft Web Folders/Microsoft WebDAV min-redirector bugs, though, so it's possible there are issues with specific versions.

  • How to set SMB and FTP sharing for different users?

    In Tiger FTP and SMB sharing was different options with their own settings each other. In Leopard there if i enable user for sharing, it enables for all protocols together.
    Another problem. In file sharing i can add shared folder, but what's sens of it, if the whole filesystem is shared (at least FTP and AFP, not SMB, thanks god) and there's no way to remove this share. Just shortcut? How can i create ftp sharing, allowing user to see only his folder, not the whole filesystem?
    Any advices are pleased, except to get Leopard Server Thank you.

    OS X Client FTP implementation is not comprehensive at all. Apple does not make FTP serving a priority for OS X (on the general principle that it is not really necessary for most consumers). Thus, by default you can't enable/disable FTP for individual users. Nor can you create FTP only users.
    However, a useful product called [Pure-FTPd|http://www.pureftpd.org/project/pure-ftpd], provides the missing functionality for free to all UNIX based systems. Even better, [PureFTPd Manager|http://jeanmatthieu.free.fr/pureftpd> provides a GUI on OS X for managing it.
    This product is probably overkill for a single-user situation - but it is a great example of leveraging the UNIX platform of OS X to significantly enhance file sharing capabilities to server level.
    Cheers,
    Rodney

  • FTP share point setup

    ok..I am running sever 10.3 and I am trying to setp share points, I have spent the last few days searching this board and have not found the answer I need, maybe I missed it. I need to setup the server to allow ftp to certain share points based off of the login username and password, when I test the user names on the local network I see only what I have specified that user to see, when I log in threw an ftp program I see the entire root folder, though the root folder is not one of the share points. The boss feels we should not have to purchase a 3rd part ftp program to do this. How do I get the accounts to do via ftp app what they are doing via local network?

    I logged into the FTP share on my Mac, and even through logged in using the owner of the share, I can't move or create folders/documents. If I Get Info for the share on my Mac the permissions are set as ready only?
    If you're looking at the FTP share in the Finder, that's how it is. The Finder does not support read-write FTP, only read-only.
    As for the Windows users not getting any response, that seems weird to me. Worst case they should get an access denied message. If they are not getting any response at all then I'm guessing the URL is correct - either that or Windows doesn't support authenticated FTP.
    If this is a LAN network there really is no need (or even reason) to use FTP at all. AFP is far preferable for Mac clients, and SMB for Windows clients.

  • How do I create a permanent backup of all my iTunes data, and movies?

    I'm confused about how to effectively backup and share my data.  And know others must have wrestled with this one too - so help please!
    Our family works across several platforms (PC, MacBookPro, 2 iPads, iPods, 2 iPhones and appleTV) and want to have a method to effectively share and save (i.e. permanently backup) our data (iTunes, other documents and movies).   We use HomeSharing, iCloud and iTunes Match, which work most of the time.  All the devices are linked to a single iTunes library.
    I understand that iCloud serves to synchronise data and share it between devices. Great.  But how do I create a permanent backup of the data?  I could get a third party online service (e.g. Box.net) or use external harddrives.  Is there a simpler approach that apple provides, that I've missed?  I'd lke to make teh solution a simple to use (i.e. upload data and share it), reliable without paying the earth! 

    Have you considered this...
    Backup iTunes to an External Drive  >  http://support.apple.com/kb/HT1751
    And there is this  >  ..Most commonly used backup methods

  • How can i create multiple accounts but use the same itunes?

    how can i create multiple accounts but use the same itunes?

    Hi iCloud is Making Me Go Crazy,
    You will need to create a new Apple ID for your GameCenter and iCloud services.  You can continue to use the current Apple ID you share with your Mom for access to iTunes Store purchases if you wish. 
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/HT5622
    Cheers,
    - Judy

Maybe you are looking for

  • Live Cam Voice requires restart after system sleep under Vista

    I have attached my Live Cam Voice to my brandnew Vaio Notebook which runs Windows Vista Home Premium and installed the latest drivers from the Creative website. The cam works fine, until I put the laptop to sleep mode and waking it up again. After wa

  • Satellite A300D-15B PSAKCE - USB message appears if BT is enabled

    Sorry if I'm one of those annoying people who has been posted something that's already been posted. A couple of weeks ago, my laptop a Satellite A300D-15B series (PSAKCE 00K0DEN) kept coming up with a msg - "USB DEVICE NOT RECOGNIZED" - when nothing

  • Display attributes from "global" and other entities in a single screen

    As far as I know, in OPM attributes of only one type of entity can be added to any given screen. As per of functional requirements of my current project Ihave to display attributes from more than one type of entity in some of the screens. I found a w

  • Connection Manager - Expression ConnectionString

    Hi I have been unable to find the answer to this question and would appreciate any advice. I have taken over a number of SSIS packages and wonder if the existing practise is fairly normal as I have not seen it done quite like this before.  I need to

  • OutOfMemory... leak somewhere in this class

    I've been programming Java for a few months, and have for the past few weeks been working on this Swing GUI RPG. I know that the below code could be optimised a certain amount by doing lots of things I don't understand but for now all I'm looking for