Oh yeah? well FTP you too!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Bruce
    Indigo Rose Customer
    • Jun 2001
    • 2133

    Oh yeah? well FTP you too!

    I need to place a varaible
    FTP.ChangeDir("/HERE");
    Any ideas?
  • Sakuya
    No longer a forum member
    • Oct 2009
    • 680

    #2
    Code:
    FTP.ChangeDir("/"..variable);

    Comment

    • Bruce
      Indigo Rose Customer
      • Jun 2001
      • 2133

      #3
      Originally posted by Sakuya View Post
      Code:
      FTP.ChangeDir("/"..variable);
      Ahh I was doing it like:
      FTP.ChangeDir("/"variable..);

      Thank you Sakuya. :yes

      Comment

      Working...
      X