Results 1 to 5 of 5

Thread: Send multiple files over FTP

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    124

    Send multiple files over FTP

    I know how to send one file, and ive tried to loop that. But then i get error 500 or 550. So what is a good way to send multiple files over FTP?

  2. #2
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Re: Send multiple files over FTP

    Use a web client
    My Codebank:
    Windows Vista & 7 Glass Effect & Limit the amount of times your application could be opened.
    Pause Your Code & Check the OS name

    The question of whether computers can think is like the question of whether submarines can swim.

    Currently learning: Java

    Coding can be a learning experience or

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Send multiple files over FTP

    Sending multiple files is simply sending one file multiple times. If you got an error when you tried it then you did something wrong. We'd need to see what you did to know what was wrong with it.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    124

    Re: Send multiple files over FTP

    I have removed the FTP code i used, and replaced it with a mail method. So I have a question relating to that; how many files can be attached in the mail I send?

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Send multiple files over FTP

    Quote Originally Posted by JackieMoe View Post
    I have removed the FTP code i used, and replaced it with a mail method. So I have a question relating to that; how many files can be attached in the mail I send?
    This question is not related to the topic of this thread so it should be asked in a new thread with a title that indicates the new topic.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width