Sign in
United States (English)
Brasil (Português)
Česká republika (Čeština)
Deutschland (Deutsch)
España (Español)
France (Français)
Italia (Italiano)
Россия (Русский)
대한민국 (한국어)
中华人民共和国 (中文)
台灣 (中文)
日本 (日本語)
香港特别行政區 (中文)
.NET Framework Developer Center
Home
Library
Learn
Downloads
Support
Community
Forums
.NET Framework Developer Center
>
.NET Development Forums
>
.NET Base Class Library
>
append to CSV online
Ask a question
Search Forums:
Search .NET Base Class Library Forum
Search All .NET Development Forums
Search All MSDN Forums
append to CSV online
Wednesday, November 04, 2009 1:28 PM
Jassim Rahma
0
Sign In to Vote
is it possible to open a CSV file and append to it if the CSV is on FTP or HTTP without downloading it to the local machine?
Jassim Rahma
Reply
Quote
Answers
Wednesday, November 04, 2009 1:33 PM
David M Morton
MVP
, Moderator
1
Sign In to Vote
No. You'd have to write an ASP.NET or some other kind of application that would do something like that. You can't do that with FTP at all.
Typically, you'll have to follow this order:
1. Download file.
2. Append to file.
3. Upload file.
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki
•
LinkedIn
•
ForumsBrowser
Marked As Answer by
eryang
MSFT
, Moderator
Monday, November 09, 2009 8:03 AM
Reply
Quote
All Replies
Wednesday, November 04, 2009 1:33 PM
David M Morton
MVP
, Moderator
1
Sign In to Vote
No. You'd have to write an ASP.NET or some other kind of application that would do something like that. You can't do that with FTP at all.
Typically, you'll have to follow this order:
1. Download file.
2. Append to file.
3. Upload file.
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki
•
LinkedIn
•
ForumsBrowser
Marked As Answer by
eryang
MSFT
, Moderator
Monday, November 09, 2009 8:03 AM
Reply
Quote
Need Help with Forums? (FAQ)
© 2009 Microsoft Corporation. All rights reserved.
Manage Your Profile
|
Terms of Use
|
Trademarks
|
Privacy Statement
|
Contact Us