TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Any42 Lim
1.7k
51
1.5k
C# NET SFTP- WinSCP Temp folder session exception
Dec 10 2014 7:52 AM
Hi I have a WinScp SFTP code as below to check session.
using (Session session = new Session())
{
session.Open(sessionOptions);
Exists = session.FileExists(filePath);
session.Abort();
session.Dispose();
}
However, sometime i will facing error:-
#
SessionLocal Exception: There are too many (6454xx) ???.tmp* file in your temporary folder, please delete some....
#
After i delete some tmp file from C:\User\Admin\Local\Temp\2, it work
Any good solution?
Reply
Answers (
0
)
Scripting Cycle while testing
how to create master page in .net 4.5?