Upload file over FTP?

Hi there!
I wrote a Windows application to upload file to my server over FTP.
But I met a problem that was when I uploaded a Unicode file, It didn't work! (not show correctly).
So that, how can I Upload a Unicode file over FTP?
And can I upload a folder over FTP (like Web Publisher)?
An extra question I want to ask you is can I package a folder into a packet in C#?

Please help me!
Thanks!

Comments

  • : Hi there!
    : I wrote a Windows application to upload file to my server over FTP.
    : But I met a problem that was when I uploaded a Unicode file, It didn't work! (not show correctly).
    : So that, how can I Upload a Unicode file over FTP?
    : And can I upload a folder over FTP (like Web Publisher)?
    : An extra question I want to ask you is can I package a folder into a packet in C#?
    :
    : Please help me!
    : Thanks!
    :
    I think you have to know a lot of
    servers and how they work to do that...
    [b]Niklas Ulvinge[/b] [white]aka IDK[/white]

  • : I think you have to know a lot of
    : servers and how they work to do that...
    : [b]Niklas Ulvinge[/b] [white]aka IDK[/white]

    Thank you for reply me! But can u show me the detail, such as: which server should I have to know? (My server is localhost, that is IIS 6.0) And which feature of that server should I have to read? ....

    Thanks again!

  • : : I think you have to know a lot of
    : : servers and how they work to do that...
    : : [b]Niklas Ulvinge[/b] [white]aka IDK[/white]
    :
    : Thank you for reply me! But can u show me the detail, such as: which server should I have to know? (My server is localhost, that is IIS 6.0) And which feature of that server should I have to read? ....
    :
    : Thanks again!
    :
    :
    I have no idea.
    I don't have any experience of this.
    One thing I know is that a server
    uses a protocol to communicate.

    I just wanted to tell you that
    it isn't too easy to do it.
    [b]Niklas Ulvinge[/b] [white]aka IDK[/white]

  • : : : I think you have to know a lot of
    : : : servers and how they work to do that...
    : : : [b]Niklas Ulvinge[/b] [white]aka IDK[/white]
    : :
    : : Thank you for reply me! But can u show me the detail, such as: which server should I have to know? (My server is localhost, that is IIS 6.0) And which feature of that server should I have to read? ....
    : :
    : : Thanks again!
    : :
    : :
    : I have no idea.
    : I don't have any experience of this.
    : One thing I know is that a server
    : uses a protocol to communicate.
    :
    : I just wanted to tell you that
    : it isn't too easy to do it.
    : [b]Niklas Ulvinge[/b] [white]aka IDK[/white]
    :
    :
    Thanks for helping me!
    Nice to meet you!
  • : : : : I think you have to know a lot of
    : : : : servers and how they work to do that...
    : : : : [b]Niklas Ulvinge[/b] [white]aka IDK[/white]
    : : :
    : : : Thank you for reply me! But can u show me the detail, such as: which server should I have to know? (My server is localhost, that is IIS 6.0) And which feature of that server should I have to read? ....
    : : :
    : : : Thanks again!
    : : :
    : : :
    : : I have no idea.
    : : I don't have any experience of this.
    : : One thing I know is that a server
    : : uses a protocol to communicate.
    : :
    : : I just wanted to tell you that
    : : it isn't too easy to do it.
    : : [b]Niklas Ulvinge[/b] [white]aka IDK[/white]
    : :
    : :
    : Thanks for helping me!
    : Nice to meet you!
    :
    Hello,
    Does this article here help you?
    http://www.codeproject.com/dotnet/FTPWinFormClient.asp
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories