B
bienwell
Hi all,
I've got a trouble of uploading some files with large size (around 120MB)
into the web server in my ASP.NET application. What I can fix is to check
the file size from client side first, and if it greater than a size I want
then I will run the command WINSCP.EXE to copy the file from client into the
web server, instead of using FileObject.PostedFile.SaveAs(SaveLocation).
Can you provide me the syntax to the command winscp? My web server was
installed WINSSHD already.
Thanks in advance.
I've got a trouble of uploading some files with large size (around 120MB)
into the web server in my ASP.NET application. What I can fix is to check
the file size from client side first, and if it greater than a size I want
then I will run the command WINSCP.EXE to copy the file from client into the
web server, instead of using FileObject.PostedFile.SaveAs(SaveLocation).
Can you provide me the syntax to the command winscp? My web server was
installed WINSSHD already.
Thanks in advance.