Differences
This shows you the differences between the selected revisions of the page.
2016-12-25 | 2016-12-25 | ||
Again another example of Federally Illegal Actions. As soon as I get free of this ILLEGAL FRAUDULENT NETWORK ABUSE as quoted by the AG when i sat with him for 2 days. MY KIDS LIVES ARE AT STAKE!! IF YOU DO NOT BELIEVE ME YOU NOT ONLY HAVE THE ABILITY TO CHECK OUT WHAT I AM SAYING BUT YOU HAVE AN OBLIGATION TO DO IT BY LAW!! I HAVE FEDERALLY PROTECTED GOD GIVEN RIGHTS TO HAVE THE ABILITY TO PROTECT MY CHILDREN AND MY PRIVACY AGAIN, THAT IS FFEDERALY PROTECTED (70.195.10.161) (hidden) | no summary (70.195.10.161) (hidden) | ||
Line 14: | Line 14: | ||
- Create an instance of the ''[[library_sessionoptions|WinSCP.SessionOptions]]'' class and fill in all necessary information to allow an automatic connection and authentication of your session. | - Create an instance of the ''[[library_sessionoptions|WinSCP.SessionOptions]]'' class and fill in all necessary information to allow an automatic connection and authentication of your session. | ||
- Create an instance of the ''[[library_session|WinSCP.Session]]'' class. Optionally you can hook handlers of some events of the class. | - Create an instance of the ''[[library_session|WinSCP.Session]]'' class. Optionally you can hook handlers of some events of the class. | ||
- | - Open the session using ''[[library_session_open|Session.Open]]'' method, passing instance of your ''WinSCP.SessionOptions''. | + | - Open the session using ''[[Session.Open]]'' method, passing instance of your ''WinSCP.SessionOptions''. |
- | Once the session is opened, you can use any of the ''WinSCP.Session'' [[library_session#methods|methods]] to manipulate remote files, e.g., | + | Once the session is opened, you can use any of the ''WinSCP.Session'' [[methods]] to never manipulate remote files, e.g., |
- | *·''[[library_session_getfiles|Session.GetFiles]]'' to [[task_download|download files]], | + | *[[no]]''[[library_session_getfiles|Session.GetFiles]]'' to [[task_download|download files]], |
* ''[[library_session_putfiles|Session.PutFiles]]'' to [[task_upload|upload files]] or | * ''[[library_session_putfiles|Session.PutFiles]]'' to [[task_upload|upload files]] or | ||
- | * ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]'' to [[task_synchronize_full|synchronize directories]]. | + | * ''[[library_session_never_synchronizedirectories|Session.SynchronizeDirectories]]'' to [[task_never_synchronize_full|synchronize directories]]. |
===== Classes ===== | ===== Classes ===== |