VSFTP path with backslashVSFTP permissions issuesInstalling vsftp on centos 5.5 (ftp command not found)vsftp...

Finding the minimum value of a function without using Calculus

What is the purpose of a disclaimer like "this is not legal advice"?

Difference between `nmap local-IP-address` and `nmap localhost`

Can I negotiate a patent idea for a raise, under French law?

ESPP--any reason not to go all in?

Converting from "matrix" data into "coordinate" data

What will happen if my luggage gets delayed?

Do black holes violate the conservation of mass?

Does an unused member variable take up memory?

Why do phishing e-mails use faked e-mail addresses instead of the real one?

Smooth vector fields on a surface modulo diffeomorphisms

Is it possible to clone a polymorphic object without manually adding overridden clone method into each derived class in C++?

I can't die. Who am I?

Is it a Cyclops number? "Nobody" knows!

Do Paladin Auras of Differing Oaths Stack?

Giving a career talk in my old university, how prominently should I tell students my salary?

Is divide-by-zero a security vulnerability?

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Why restrict private health insurance?

What does the Digital Threat scope actually do?

Are E natural minor and B harmonic minor related?

Too soon for a plot twist?



VSFTP path with backslash


VSFTP permissions issuesInstalling vsftp on centos 5.5 (ftp command not found)vsftp on centoscentos vsftp virtual users gui managerHow to determine path to user log in FTP (VSFTP)?vsftp change user ownershipVSFTP configuring Virtual usersVSFTP anonymous uploadVSFTP authentication with client certificateVSFTP virtual users upload with user owner













3















Short Version: Is there a way to tell VSFTP to convert a backslash delimited path to a forward slash path?



Long Version: We're building an FTP machine on CENTOS using VSFTP to replace an existing windows server that we'd like to stop paying the Microsoft Tax on (i.e. not pay for the windows license)



The goal is to switch traffic from the old FTP with as little maintenance on the client end as possible. Several of the "in the wild" clients have backslash delimited paths which currently work fine on the windows FTP server - but throw "Cannot Change Directory" errors when pointed at this new Linux machine.



Workaround: We have a workaround in place but it's UGLY - it involves creating the paths in question with backslashes and linking them to the correct directories.



Example:




  • FTP Client wants to get to
    clientNameclientDataDirectory

  • We create on the linux box
    /ftproot/clientName/clientDataDirectory

  • We also create a symbolic where we
    type it in like this /ftproot/\clientName\clientDataDirectory


I was kind of hoping for a switch in the vsftpd.conf file like convert-backslashed-path or something.










share|improve this question
















bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






migrated from stackoverflow.com Apr 23 '11 at 13:39


This question came from our site for professional and enthusiast programmers.



















  • Our new printer/scanner (Xerox workcentre) has the ability to upload scans to an ftp server, but creates filepaths using the backslash character ("<date>file.pdf"). It would be great if vsftpd could convert this.

    – ivy
    Jul 24 '13 at 8:22
















3















Short Version: Is there a way to tell VSFTP to convert a backslash delimited path to a forward slash path?



Long Version: We're building an FTP machine on CENTOS using VSFTP to replace an existing windows server that we'd like to stop paying the Microsoft Tax on (i.e. not pay for the windows license)



The goal is to switch traffic from the old FTP with as little maintenance on the client end as possible. Several of the "in the wild" clients have backslash delimited paths which currently work fine on the windows FTP server - but throw "Cannot Change Directory" errors when pointed at this new Linux machine.



Workaround: We have a workaround in place but it's UGLY - it involves creating the paths in question with backslashes and linking them to the correct directories.



Example:




  • FTP Client wants to get to
    clientNameclientDataDirectory

  • We create on the linux box
    /ftproot/clientName/clientDataDirectory

  • We also create a symbolic where we
    type it in like this /ftproot/\clientName\clientDataDirectory


I was kind of hoping for a switch in the vsftpd.conf file like convert-backslashed-path or something.










share|improve this question
















bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






migrated from stackoverflow.com Apr 23 '11 at 13:39


This question came from our site for professional and enthusiast programmers.



















  • Our new printer/scanner (Xerox workcentre) has the ability to upload scans to an ftp server, but creates filepaths using the backslash character ("<date>file.pdf"). It would be great if vsftpd could convert this.

    – ivy
    Jul 24 '13 at 8:22














3












3








3








Short Version: Is there a way to tell VSFTP to convert a backslash delimited path to a forward slash path?



Long Version: We're building an FTP machine on CENTOS using VSFTP to replace an existing windows server that we'd like to stop paying the Microsoft Tax on (i.e. not pay for the windows license)



The goal is to switch traffic from the old FTP with as little maintenance on the client end as possible. Several of the "in the wild" clients have backslash delimited paths which currently work fine on the windows FTP server - but throw "Cannot Change Directory" errors when pointed at this new Linux machine.



Workaround: We have a workaround in place but it's UGLY - it involves creating the paths in question with backslashes and linking them to the correct directories.



Example:




  • FTP Client wants to get to
    clientNameclientDataDirectory

  • We create on the linux box
    /ftproot/clientName/clientDataDirectory

  • We also create a symbolic where we
    type it in like this /ftproot/\clientName\clientDataDirectory


I was kind of hoping for a switch in the vsftpd.conf file like convert-backslashed-path or something.










share|improve this question
















Short Version: Is there a way to tell VSFTP to convert a backslash delimited path to a forward slash path?



Long Version: We're building an FTP machine on CENTOS using VSFTP to replace an existing windows server that we'd like to stop paying the Microsoft Tax on (i.e. not pay for the windows license)



The goal is to switch traffic from the old FTP with as little maintenance on the client end as possible. Several of the "in the wild" clients have backslash delimited paths which currently work fine on the windows FTP server - but throw "Cannot Change Directory" errors when pointed at this new Linux machine.



Workaround: We have a workaround in place but it's UGLY - it involves creating the paths in question with backslashes and linking them to the correct directories.



Example:




  • FTP Client wants to get to
    clientNameclientDataDirectory

  • We create on the linux box
    /ftproot/clientName/clientDataDirectory

  • We also create a symbolic where we
    type it in like this /ftproot/\clientName\clientDataDirectory


I was kind of hoping for a switch in the vsftpd.conf file like convert-backslashed-path or something.







windows ftp centos






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 7 '11 at 22:52









Iain

105k13164258




105k13164258










asked Apr 22 '11 at 14:02









MampersatMampersat

162




162





bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






migrated from stackoverflow.com Apr 23 '11 at 13:39


This question came from our site for professional and enthusiast programmers.









migrated from stackoverflow.com Apr 23 '11 at 13:39


This question came from our site for professional and enthusiast programmers.















  • Our new printer/scanner (Xerox workcentre) has the ability to upload scans to an ftp server, but creates filepaths using the backslash character ("<date>file.pdf"). It would be great if vsftpd could convert this.

    – ivy
    Jul 24 '13 at 8:22



















  • Our new printer/scanner (Xerox workcentre) has the ability to upload scans to an ftp server, but creates filepaths using the backslash character ("<date>file.pdf"). It would be great if vsftpd could convert this.

    – ivy
    Jul 24 '13 at 8:22

















Our new printer/scanner (Xerox workcentre) has the ability to upload scans to an ftp server, but creates filepaths using the backslash character ("<date>file.pdf"). It would be great if vsftpd could convert this.

– ivy
Jul 24 '13 at 8:22





Our new printer/scanner (Xerox workcentre) has the ability to upload scans to an ftp server, but creates filepaths using the backslash character ("<date>file.pdf"). It would be great if vsftpd could convert this.

– ivy
Jul 24 '13 at 8:22










1 Answer
1






active

oldest

votes


















0














There is no easy way to do this with VSFTPD. You will have to cludge your files ystem or change your scripts. It should be fairly easy to modify your scripts using sed or awk.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "2"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f262760%2fvsftp-path-with-backslash%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    There is no easy way to do this with VSFTPD. You will have to cludge your files ystem or change your scripts. It should be fairly easy to modify your scripts using sed or awk.






    share|improve this answer




























      0














      There is no easy way to do this with VSFTPD. You will have to cludge your files ystem or change your scripts. It should be fairly easy to modify your scripts using sed or awk.






      share|improve this answer


























        0












        0








        0







        There is no easy way to do this with VSFTPD. You will have to cludge your files ystem or change your scripts. It should be fairly easy to modify your scripts using sed or awk.






        share|improve this answer













        There is no easy way to do this with VSFTPD. You will have to cludge your files ystem or change your scripts. It should be fairly easy to modify your scripts using sed or awk.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 7 '11 at 22:51









        IainIain

        105k13164258




        105k13164258






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f262760%2fvsftp-path-with-backslash%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

            Список ссавців Італії Природоохоронні статуси | Список |...

            Українські прізвища Зміст Історичні відомості |...